
@font-face {
    font-family: 'Canela';
    src: url('../fonts/canela.woff2') format('woff2'),
        url('../fonts/canela.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/Canela-ThinItalic.woff2') format('woff2');    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'HK';
    src: url('../fonts/HKGrotesk-RegularLegacy.woff2') format('woff2'),
        url('../fonts/HKGrotesk-RegularLegacy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HK';
    src: url('../fonts/HKGrotesk-SemiBoldLegacy.woff2') format('woff2'),
        url('../fonts/HKGrotesk-SemiBoldLegacy.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HK';
    src: url('../fonts/HKGrotesk-Light.woff2') format('woff2'),
        url('../fonts/HKGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



