@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap);


@font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: normal;
     font-weight: 200;
	 src:url('../fonts/pingar/PINGAR+LT-THIN.OTF') format('opentype');  
 }

@font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: normal;
     font-weight: 300;
	 src:url('../fonts/pingar/PINGAR+LT-LIGHT.OTF') format('opentype');  
 }
 
 @font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: normal;
     font-weight: 400;
	 src:url('../fonts/pingar/PINGAR+LT-REGULAR.OTF') format('opentype');  
 }

@font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: normal;
     font-weight: 500;
	src:url('../fonts/pingar/PINGAR+LT-REGULAR.OTF') format('opentype');  
 }
 
 @font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: normal;
     font-weight: 600;
	src:url('../fonts/pingar/PINGAR+LT-REGULAR.OTF') format('opentype');  
 }
 
  @font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: bold;
     font-weight: 700;
	src:url('../fonts/pingar/PINGAR+LT-BOLD.OTF') format('opentype');  
 }
 
   @font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: bold;
     font-weight: 800;
	src:url('../fonts/pingar/PINGAR+LT-BLACK.OTF') format('opentype');  
 }


   @font-face {
     font-display: swap;
     font-family: 'pingar';
     font-style: bold;
     font-weight: 900;
	src:url('../fonts/pingar/PINGAR+LT-HEAVY.OTF') format('opentype');  
   }


h1,h2,h3,h4,h5,h6 {
	font-family:pingar !important;
}
a.forget-password {
	font-family:pingar;
}
input.form-control, .btn {
	font-family:pingar !important;
}

.dark-mode .form-group label {
	font-family:pingar;
}