/* GameDash "Night Ops" marketing fonts — self-hosted, mirrors roboto.css */

/* ---------- Sora (display + body) ---------- */
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/sora/sora-latin-400-normal.woff2') format('woff2'),
         url('../fonts/sora/sora-latin-400-normal.woff') format('woff');
}
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/sora/sora-latin-600-normal.woff2') format('woff2'),
         url('../fonts/sora/sora-latin-600-normal.woff') format('woff');
}
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/sora/sora-latin-700-normal.woff2') format('woff2'),
         url('../fonts/sora/sora-latin-700-normal.woff') format('woff');
}
@font-face {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/sora/sora-latin-800-normal.woff2') format('woff2'),
         url('../fonts/sora/sora-latin-800-normal.woff') format('woff');
}

/* ---------- Material Icons Outlined (UI glyphs) ---------- */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/material-icons/material-icons-outlined.woff2') format('woff2'),
         url('../fonts/material-icons/material-icons-outlined.woff') format('woff');
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* ---------- FA Brands (social glyphs: Discord, etc.) ---------- */
@font-face {
    font-family: 'FA Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2');
}
