/* DBMN Brand Tokens — single source of truth */

@font-face {
    font-family: 'Cooper Black';
    src: url('/fonts/Cooper-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --brand-font-heading: 'Cooper Black', Georgia, serif;
    --brand-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    --brand-bg-start: #1a1a2e;
    --brand-bg-end: #16213e;
    --brand-accent: #0078d4;
    --brand-text: #fff;
    --brand-text-muted: #a0a0b0;
    --brand-text-body: #e0e0e0;
    --brand-surface: rgba(255, 255, 255, 0.05);
    --brand-border: rgba(255, 255, 255, 0.1);
}
