@font-face {
  font-family: 'Apertura'  !important; /* Choose a name for your font */
  src: url('/apertura.otf') format('opentype');
 
}


/* Apply the custom font to your site’s elements */
body, .body {
  font-family: 'Apertura' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px !important;
}
footer {
  font-family: 'Apertura' !important; }

  .btn-primary {
 font-family: 'Apertura' !important;}

   h1, .h1 {
        font-family: 'Apertura' !important;
      
      }
    
 h2 {
         font-family: 'Apertura' !important; 
    }

 h3 {
    font-family: 'Apertura'  !important; }

 p {
        font-family: 'Apertura'  !important;
         font-size: 16px;
        }
    
/* Hide Change Email link */
a.list-group-item[href*="/Account/Manage/ChangeEmail"] {
    display: none !important;
}

/* Hide Change Two-Factor Authentication link */
a.list-group-item[href*="/Account/Manage/ChangeTwoFactor"] {
    display: none !important;
}
