 /*
@import url(https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap);
*/

 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore.otf) format('opentype');
     font-style: normal;
     font-weight: 100;
 }

 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore-Bold.otf) format('opentype');
     font-style: normal;
     font-weight: bold;
 }

 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore-ExtraBold.otf) format('opentype');
     font-style: normal;
     font-weight: bolder;
 }

 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore-Light.otf) format('opentype');
     font-style: normal;
     font-weight: lighter;
 }


 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore-Italic.otf) format('opentype');
     font-style: italic;
     font-weight: 100;
 }

 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore-BoldItalic.otf) format('opentype');
     font-style: italic;
     font-weight: bold;
 }

 @font-face {
     font-family: 'HeinekenCore';
     src:
         url(./HEINEKENCore-LightItalic.otf) format('opentype');
     font-style: italic;
     font-weight: lighter;
 }

 * {
     font-family: 'HeinekenCore', sans-serif !important;
     font-style: normal !important;
     font-weight: 100 !important;

 }

 .hnk-so-footer-container {
     display: flex;
     flex-direction: column;
 }

 .hnk-so-footer-container-main p {
     font-size: 13px !important;
     font-weight: 600;
     margin: 0px !important;
     display: flex;
     justify-content: center;
 }

 .hnk-so-footer-container-links {
     display: flex;
     flex-direction: row;
 }

 .hnk-so-footer-container-links a {
     font-size: 13px !important;
     color: black;
     margin-right: 5px;
     font-weight: 600;
     padding-top: 3px;
 }

 .hnk-so-footer-container-links span {
     margin-right: 5px;
 }

 .hnk-footer {
     width: 100%;
     height: 65px;
     background-color: white;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .ombre-navbar {
     background: linear-gradient(to bottom, #ffffff, #cccccc);
     /* white to light gray */
 }

 a[href*="/Account/Manage/ChangeTwoFactor"] {
     display: none;
 }

 .profilePicModal{
    top: 50px !important;
 }