@font-face {
    src: url('./fonts/FranklinGothic URW Comp.otf');
    font-family: 'FranklinGothic URW Comp';
    font-style: normal;
    font-weight: 1 1000;
}

@font-face {
    src: url('./fonts/LabilGrotesk-Regular.otf');
    font-family: 'LabilGrotesk-Regular';
    font-style: normal;
    font-weight: 1 1000;
}

@font-face {
    font-family: 'HankenGrotesk';
    src: local('./fonts/HankenGrotesk-VariableFont_wght.ttf'), url('./fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    /* Outros estilos opcionais, como font-weight, font-style, etc. */
}

@font-face {
    font-family: 'HankenGrotesk-Italic';
    src: local('./fonts/HankenGrotesk-Italic-VariableFont_wght.ttf'), url('./fonts/HankenGrotesk-Italic-VariableFont_wght.ttf') format('truetype');
    font-style: italic;
    /* Outros estilos opcionais, como font-weight, font-style, etc. */
}

body {
    font-family: 'HankenGrotesk' !important;
}

.font-hanken-grotesk {
    font-family: 'HankenGrotesk' !important;
}