/* SuperNova Theme Variables - Shared Definitions */
/* These are constants that don't change between themes */

:root {
    /* Primary Colors - Base definitions (may be overridden by theme) */
    --sn-primary: #1e40af;
    --sn-primary-light: #3b82f6;
    --sn-primary-dark: #1e3a8a;
    --sn-primary-rgb: 30, 64, 175;

    /* Accent Colors */
    --sn-accent: #a16207;
    --sn-accent-light: #ca8a04;

    /* Status Colors (shared between themes) */
    --sn-success: #22c55e;
    --sn-warning: #f59e0b;
    --sn-danger: #ef4444;
    --sn-info: #0ea5e9;

    /* Typography */
    --sn-font-logo: 'Cinzel', 'Times New Roman', serif;
    --sn-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --sn-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --sn-font-mono: 'JetBrains Mono', monospace;

    /* Spacing */
    --sn-radius: 0.125rem;
    --sn-radius-lg: 0.25rem;

    /* Transitions */
    --sn-transition-colors: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
