/* Brand (landing title only) */
@font-face {
    font-family: 'NeutralFace';
    src: url('../fonts/NeutralFace.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeutralFace';
    src: url('../fonts/NeutralFace-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeutralFace';
    src: url('../fonts/NeutralFace-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Cursor-like UI stack (override any token to recolor later) */
    --optrf-font-brand: 'NeutralFace', 'Segoe UI', system-ui, sans-serif;
    --optrf-font-ui:
        'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
    --optrf-font-mono: 'JetBrains Mono', 'Cascadia Code', 'SF Mono', Consolas, 'Courier New', monospace;
    --optrf-font: var(--optrf-font-ui);
}
