/* ── Literata (primary / headings & identity) ── */
@font-face {
    font-family: 'Literata';
    src: url("/static/fonts/Literata-Regular.f72c7a98f030.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Literata';
    src: url("/static/fonts/Literata-Italic.3d58bc785946.woff2") format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Literata';
    src: url("/static/fonts/Literata-Bold.1df250a84b9e.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Literata';
    src: url("/static/fonts/Literata-Black.e613bc8e5d51.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ── Roboto (secondary / body text) ── */
@font-face {
    font-family: 'Roboto';
    src: url("/static/fonts/Roboto-Regular.9d7d9c9cdf5c.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url("/static/fonts/Roboto-Italic.3afa83045732.woff2") format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url("/static/fonts/Roboto-Bold.3a534b6ffae2.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url("/static/fonts/Roboto-Black.ef7669ed9bda.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto', sans-serif;
}

.font-sans {
    font-family: 'Roboto', sans-serif !important;
}

.font-serif,
.btn,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Literata', serif !important;
}
