@font-face {
    font-family: 'UTM Bebas';
    src: url('bebas-neue/UTMBebas.woff2') format('woff2'),
        url('bebas-neue/UTMBebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ======= Inter ======= */
@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Italic.woff2') format('woff2'),
        url('inter/Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('inter/Inter-Regular.woff2') format('woff2'),
        url('inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ===== Lora ====== */
@font-face {
    font-family: 'Lora';
    src: url('Lora/Lora-Italic.woff2') format('woff2'),
        url('Lora/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora/Lora-Regular.woff2') format('woff2'),
        url('Lora/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}