// 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.

// ─── Swatches ─────────────────────────────────────────
$swatch-linear-indigo: #5E6AD2;
$swatch-mercury-white: #F4F5F8;
$swatch-nordic-gray: #222326;
$swatch-linear-near-black: #08090A;
$swatch-linear-surface-dark: #1A1B1F;
$swatch-linear-surface-elevated-dark: #2C2D31;
$swatch-linear-text-on-dark: #F7F8F8;
$swatch-linear-text-secondary-dark: #B4BCD0;
$swatch-linear-text-tertiary-dark: #8A8F98;
$swatch-linear-text-on-light: #0B0C10;
$swatch-linear-text-secondary-light: #3F4350;
$swatch-linear-text-tertiary-light: #6B7280;
$swatch-linear-surface-light-elevated: #FFFFFF;
$swatch-linear-indigo-hover: #7A87F0;
$swatch-linear-success: #4CB782;
$swatch-linear-warning: #F2C94C;
$swatch-linear-error: #E5484D;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-mercury-white;
$light-surface: $swatch-linear-surface-light-elevated;
$light-surface-elevated: $swatch-linear-surface-light-elevated;
$light-text-primary: $swatch-linear-text-on-light;
$light-text-secondary: $swatch-linear-text-secondary-light;
$light-text-tertiary: $swatch-linear-text-tertiary-light;
$light-primary: $swatch-linear-indigo;
$light-primary-hover: $swatch-linear-indigo-hover;
$light-accent: $swatch-linear-indigo;
$light-accent-hover: $swatch-linear-indigo-hover;
$light-warning: $swatch-linear-warning;
$light-warning-hover: $swatch-linear-warning;
$light-error: $swatch-linear-error;
$light-success: $swatch-linear-success;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-nordic-gray;
$dark-surface: $swatch-linear-surface-dark;
$dark-surface-elevated: $swatch-linear-surface-elevated-dark;
$dark-text-primary: $swatch-linear-text-on-dark;
$dark-text-secondary: $swatch-linear-text-secondary-dark;
$dark-text-tertiary: $swatch-linear-text-tertiary-dark;
$dark-primary: $swatch-linear-indigo;
$dark-primary-hover: $swatch-linear-indigo-hover;
$dark-accent: $swatch-linear-indigo;
$dark-accent-hover: $swatch-linear-indigo-hover;
$dark-warning: $swatch-linear-warning;
$dark-warning-hover: $swatch-linear-warning;
$dark-error: $swatch-linear-error;
$dark-success: $swatch-linear-success;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-nordic-gray;
$brand-on-identity: $swatch-linear-text-on-dark;
$brand-background: $swatch-nordic-gray;
$brand-surface: $swatch-linear-surface-dark;
$brand-surface-elevated: $swatch-linear-surface-elevated-dark;
$brand-text-primary: $swatch-linear-text-on-dark;
$brand-text-secondary: $swatch-linear-text-secondary-dark;
$brand-text-tertiary: $swatch-linear-text-tertiary-dark;
$brand-primary: $swatch-linear-indigo;
$brand-primary-hover: $swatch-linear-indigo-hover;
$brand-accent: $swatch-linear-indigo;
$brand-accent-hover: $swatch-linear-indigo-hover;
$brand-success: $swatch-linear-success;
$brand-warning: $swatch-linear-warning;
$brand-error: $swatch-linear-error;

// ─── 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);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "linear-indigo": $swatch-linear-indigo,
  "mercury-white": $swatch-mercury-white,
  "nordic-gray": $swatch-nordic-gray,
  "linear-near-black": $swatch-linear-near-black,
  "linear-surface-dark": $swatch-linear-surface-dark,
  "linear-surface-elevated-dark": $swatch-linear-surface-elevated-dark,
  "linear-text-on-dark": $swatch-linear-text-on-dark,
  "linear-text-secondary-dark": $swatch-linear-text-secondary-dark,
  "linear-text-tertiary-dark": $swatch-linear-text-tertiary-dark,
  "linear-text-on-light": $swatch-linear-text-on-light,
  "linear-text-secondary-light": $swatch-linear-text-secondary-light,
  "linear-text-tertiary-light": $swatch-linear-text-tertiary-light,
  "linear-surface-light-elevated": $swatch-linear-surface-light-elevated,
  "linear-indigo-hover": $swatch-linear-indigo-hover,
  "linear-success": $swatch-linear-success,
  "linear-warning": $swatch-linear-warning,
  "linear-error": $swatch-linear-error,
);

$light-roles: (
  "background": $light-background,
  "surface": $light-surface,
  "surface-elevated": $light-surface-elevated,
  "text-primary": $light-text-primary,
  "text-secondary": $light-text-secondary,
  "text-tertiary": $light-text-tertiary,
  "primary": $light-primary,
  "primary-hover": $light-primary-hover,
  "accent": $light-accent,
  "accent-hover": $light-accent-hover,
  "warning": $light-warning,
  "warning-hover": $light-warning-hover,
  "error": $light-error,
  "success": $light-success,
);

$dark-roles: (
  "background": $dark-background,
  "surface": $dark-surface,
  "surface-elevated": $dark-surface-elevated,
  "text-primary": $dark-text-primary,
  "text-secondary": $dark-text-secondary,
  "text-tertiary": $dark-text-tertiary,
  "primary": $dark-primary,
  "primary-hover": $dark-primary-hover,
  "accent": $dark-accent,
  "accent-hover": $dark-accent-hover,
  "warning": $dark-warning,
  "warning-hover": $dark-warning-hover,
  "error": $dark-error,
  "success": $dark-success,
);
