


/* ============================================================
   Nunito variable font
   ============================================================ */
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Nunito static fallbacks (for PDFBox & legacy browsers) */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Nunito/static/Nunito-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Nunito/static/Nunito-Bold.ttf') format('truetype');
}

/* ============================================================
   Roboto variable font (normal & italic)
   ============================================================ */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Roboto static fallbacks (for PDFBox & legacy browsers) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
}

/* ============================================================
   Material symbols rounded
   ============================================================ */

@font-face {
    font-family: 'Material Symbols Rounded';
    src: url('/fonts/Material_Symbols_Rounded/static/MaterialSymbolsRounded-Regular.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
}
