/*
 * Linear (linear@1.0.0)
 * Palette: linear@1.0.0
 * Fonts:   heading=inter-tight@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-linear-indigo: #5E6AD2;
  --color-swatch-mercury-white: #F4F5F8;
  --color-swatch-nordic-gray: #222326;
  --color-swatch-linear-near-black: #08090A;
  --color-swatch-linear-surface-dark: #1A1B1F;
  --color-swatch-linear-surface-elevated-dark: #2C2D31;
  --color-swatch-linear-text-on-dark: #F7F8F8;
  --color-swatch-linear-text-secondary-dark: #B4BCD0;
  --color-swatch-linear-text-tertiary-dark: #8A8F98;
  --color-swatch-linear-text-on-light: #0B0C10;
  --color-swatch-linear-text-secondary-light: #3F4350;
  --color-swatch-linear-text-tertiary-light: #6B7280;
  --color-swatch-linear-surface-light-elevated: #FFFFFF;
  --color-swatch-linear-indigo-hover: #7A87F0;
  --color-swatch-linear-success: #4CB782;
  --color-swatch-linear-warning: #F2C94C;
  --color-swatch-linear-error: #E5484D;

  /* Light-mode semantic roles */
  --color-background: #F4F5F8;
  --color-surface: #FFFFFF;
  --color-surface-elevated: #FFFFFF;
  --color-text-primary: #0B0C10;
  --color-text-secondary: #3F4350;
  --color-text-tertiary: #6B7280;
  --color-primary: #5E6AD2;
  --color-primary-hover: #7A87F0;
  --color-accent: #5E6AD2;
  --color-accent-hover: #7A87F0;
  --color-warning: #F2C94C;
  --color-warning-hover: #F2C94C;
  --color-error: #E5484D;
  --color-success: #4CB782;

  /* Brand-level role overrides */
  --brand-color-identity: #222326;
  --brand-color-on-identity: #F7F8F8;
  --brand-color-background: #222326;
  --brand-color-surface: #1A1B1F;
  --brand-color-surface-elevated: #2C2D31;
  --brand-color-text-primary: #F7F8F8;
  --brand-color-text-secondary: #B4BCD0;
  --brand-color-text-tertiary: #8A8F98;
  --brand-color-primary: #5E6AD2;
  --brand-color-primary-hover: #7A87F0;
  --brand-color-accent: #5E6AD2;
  --brand-color-accent-hover: #7A87F0;
  --brand-color-success: #4CB782;
  --brand-color-warning: #F2C94C;
  --brand-color-error: #E5484D;

  /* Typography */
  --font-heading: 'Inter Tight', -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: #222326;
    --color-surface: #1A1B1F;
    --color-surface-elevated: #2C2D31;
    --color-text-primary: #F7F8F8;
    --color-text-secondary: #B4BCD0;
    --color-text-tertiary: #8A8F98;
    --color-primary: #5E6AD2;
    --color-primary-hover: #7A87F0;
    --color-accent: #5E6AD2;
    --color-accent-hover: #7A87F0;
    --color-warning: #F2C94C;
    --color-warning-hover: #F2C94C;
    --color-error: #E5484D;
    --color-success: #4CB782;
  }
}
