/* Fontes do site — carregar antes dos demais CSS */
/*
 * OpenSans* apontam para Vinila Variable (fonte oficial do rebrand).
 * Os arquivos OpenSans locais têm tabela kern corrompida e geram avisos no navegador.
 */
@font-face {
    font-family: 'OpenSansRegular';
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Vinila Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSansLight';
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/Vinila Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSansBold';
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Vinila Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSansSemiBold';
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/Vinila Variable.ttf') format('truetype');
}

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

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

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

@font-face {
    font-family: 'VinilaVariable';
    src: url('/fonts/Vinila Variable.ttf') format('truetype');
    font-display: swap;
    font-weight: 100 900;
    font-style: normal;
}
