@font-face {
    font-family: 'HankenGrotesk';
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/HK/HKGrotesk-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'HankenGrotesk';
    font-weight: bold;
    font-display: swap;
    src: url('/fonts/HK/HKGrotesk-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/vc-icons/vc-icons.eot') format('embedded-opentype'),
        url('/fonts/vc-icons/vc-icons.woff') format('woff'),
        url('/fonts/vc-icons/vc-icons.ttf') format('truetype'),
        url('/fonts/vc-icons/vc-icons.svg') format('svg');
    font-display: block;
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Tick:before {
    content: '\e911';
}

.icon-Privacy:before {
    content: '\e910';
}

.icon-supporter:before {
    content: '\e900';
}

.icon-Explore:before {
    content: '\e901';
}

.icon-Insights:before {
    content: '\e903';
}

.icon-Home:before {
    content: '\e905';
}

.icon-Contacts:before {
    content: '\e907';
}

.icon-Account:before {
    content: '\e909';
}