/*
 * Framer (framer@1.0.0)
 * Palette: framer@1.0.0
 * Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
 * Generated by brand-atoms converter — do not edit by hand.
 */

:root {
  /* Swatches (source-of-truth color values) */
  --color-swatch-framer-blue: #0055FF;
  --color-swatch-framer-black: #000000;
  --color-swatch-framer-white: #FFFFFF;
  --color-swatch-framer-canvas-near-black: #0A0A0A;
  --color-swatch-framer-surface-dark: #171717;
  --color-swatch-framer-surface-elevated-dark: #262626;
  --color-swatch-framer-surface-light: #F4F4F4;
  --color-swatch-framer-text-secondary-dark: #B3B3B3;
  --color-swatch-framer-text-tertiary-dark: #777777;
  --color-swatch-framer-text-secondary-light: #4A4A4A;
  --color-swatch-framer-text-tertiary-light: #878787;
  --color-swatch-framer-blue-hover: #3370FF;

  /* Light-mode semantic roles */
  --color-background: #FFFFFF;
  --color-surface: #F4F4F4;
  --color-surface-elevated: #FFFFFF;
  --color-text-primary: #000000;
  --color-text-secondary: #4A4A4A;
  --color-text-tertiary: #878787;
  --color-primary: #0055FF;
  --color-primary-hover: #3370FF;
  --color-accent: #0055FF;
  --color-accent-hover: #3370FF;
  --color-warning: #0055FF;
  --color-warning-hover: #3370FF;
  --color-error: #0055FF;
  --color-success: #0055FF;

  /* Brand-level role overrides */
  --brand-color-identity: #000000;
  --brand-color-on-identity: #FFFFFF;
  --brand-color-background: #000000;
  --brand-color-surface: #171717;
  --brand-color-surface-elevated: #262626;
  --brand-color-text-primary: #FFFFFF;
  --brand-color-text-secondary: #B3B3B3;
  --brand-color-text-tertiary: #777777;
  --brand-color-primary: #0055FF;
  --brand-color-primary-hover: #3370FF;
  --brand-color-accent: #0055FF;
  --brand-color-accent-hover: #3370FF;
  --brand-color-success: #0055FF;
  --brand-color-warning: #0055FF;
  --brand-color-error: #0055FF;

  /* Typography */
  --font-heading: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    /* Dark-mode semantic roles override light-mode values */
    --color-background: #000000;
    --color-surface: #171717;
    --color-surface-elevated: #262626;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #B3B3B3;
    --color-text-tertiary: #777777;
    --color-primary: #0055FF;
    --color-primary-hover: #3370FF;
    --color-accent: #0055FF;
    --color-accent-hover: #3370FF;
    --color-warning: #0055FF;
    --color-warning-hover: #3370FF;
    --color-error: #0055FF;
    --color-success: #0055FF;
  }
}
