/* Teeya Productions — sitewide type + palette lock (DATA-7 headings, TERMINAL body) */
@font-face {
    font-family: "DATA-7";
    src: url("/fonts/DATA-7.woff2") format("woff2"),
         url("/fonts/DATA-7.woff") format("woff"),
         url("/fonts/DATA-7.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TERMINAL";
    src: url("/fonts/TERMINAL.woff2") format("woff2"),
         url("/fonts/TERMINAL.woff") format("woff"),
         url("/fonts/TERMINAL.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --neon-cyan: #00E5FF;
    --teeya-cyan: #00E5FF;
    --cyber-blue: #00E5FF;
    --glow-cyan: #7FEFFF;
    --matrix-green: #00FF66;
}

body,
p, li, td, th, label, input, textarea, select,
.section-lead, .section-label, .nav-link, .faq-answer {
    font-family: "TERMINAL", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.section-title,
.section-title--sm,
.page-hero-title {
    font-family: "DATA-7", "TERMINAL", ui-monospace, monospace;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #F4F7FA;
    background: none;
    -webkit-text-fill-color: #F4F7FA;
}

.nav-logo span,
.footer-logo span {
    font-family: "TERMINAL", ui-monospace, monospace;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00E5FF;
    -webkit-text-fill-color: #00E5FF;
    background: none;
}
