/* Caminhos corrigidos com ../ para voltar um nível */
@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-Thin.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-Medium.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Geoform';
    src: url('../fontes/Geoform-Heavy.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
}