@font-face {
    font-family: 'feasts of flesh Variable';
    src: url('FEASFBRG.TTF') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
}

@font-face {
    font-family: 'feasts of flesh Variable';
    src: url('FEASFBI_.TTF') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}

/* Definindo variáveis separadas */
:root {
    --bs-font-fof-bb: 'feasts of flesh Variable', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Classes utilitárias para feasts of flesh */
.font-fof-bb{
    font-family: var(--bs-font-fof-bb) !important;
}



/* Aplicar apenas em seções específicas */
.fof-bb-section {
    --bs-font-sans-serif: var(--bs-font-fof-bb);
    font-family: var(--bs-font-sans-serif);
}