/*
 * Fomantic UI font fixes (load after semantic.min.css):
 * - Lato → Arimo (LatoLatin files are not bundled in our semantic.min.css build)
 * - Icon fonts live in public/assets/semantic/themes/default/assets/fonts/
 */

@font-face {
    font-family: 'Lato';
    src: url('../fonts/arimo/Arimo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/arimo/Arimo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/arimo/Arimo-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/arimo/Arimo-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
