// Valkyre.ai (valkyre-ai@1.0.0)
// Palette: valkyre-ai@1.0.0
// Fonts:   heading=geist@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-black: #000000;
$swatch-surface: #0d0f14;
$swatch-surface-elevated: #161a22;
$swatch-border: #1e2530;
$swatch-red: #d41b2a;
$swatch-red-bright: #f02233;
$swatch-red-muted: #7a1018;
$swatch-blue: #1b67e8;
$swatch-blue-bright: #2e7af5;
$swatch-blue-muted: #0f3d8a;
$swatch-violet: #7c3aed;
$swatch-violet-bright: #9f5cf7;
$swatch-white: #ffffff;
$swatch-gray-100: #e6e8ee;
$swatch-gray-400: #9ca3af;
$swatch-gray-600: #4b5563;
$swatch-success: #16a34a;
$swatch-warning: #d97706;
$swatch-error: #dc2626;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-gray-100;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-black;
$light-text-secondary: $swatch-surface-elevated;
$light-text-tertiary: $swatch-gray-400;
$light-primary: $swatch-blue;
$light-primary-hover: $swatch-blue-bright;
$light-accent: $swatch-red;
$light-accent-hover: $swatch-red-bright;
$light-mark: $swatch-violet;
$light-warning: $swatch-warning;
$light-error: $swatch-error;
$light-success: $swatch-success;
$light-border: $swatch-border;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-black;
$dark-surface: $swatch-surface;
$dark-surface-elevated: $swatch-surface-elevated;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-gray-100;
$dark-text-tertiary: $swatch-gray-400;
$dark-primary: $swatch-blue;
$dark-primary-hover: $swatch-blue-bright;
$dark-accent: $swatch-red;
$dark-accent-hover: $swatch-red-bright;
$dark-mark: $swatch-violet;
$dark-warning: $swatch-warning;
$dark-error: $swatch-error;
$dark-success: $swatch-success;
$dark-border: $swatch-border;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-blue;
$brand-on-identity: $swatch-white;
$brand-primary: $swatch-blue;
$brand-primary-hover: $swatch-blue-bright;
$brand-accent: $swatch-red;
$brand-accent-hover: $swatch-red-bright;
$brand-mark: $swatch-violet;
$brand-background-dark: $swatch-black;
$brand-surface-dark: $swatch-surface;
$brand-surface-elevated-dark: $swatch-surface-elevated;
$brand-text-primary-dark: $swatch-white;
$brand-text-secondary-dark: $swatch-gray-100;
$brand-text-tertiary-dark: $swatch-gray-400;
$brand-border-dark: $swatch-border;
$brand-success: $swatch-success;
$brand-warning: $swatch-warning;
$brand-error: $swatch-error;

// ─── Typography ───────────────────────────────────────
$font-heading: (Geist, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 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: (
  "black": $swatch-black,
  "surface": $swatch-surface,
  "surface-elevated": $swatch-surface-elevated,
  "border": $swatch-border,
  "red": $swatch-red,
  "red-bright": $swatch-red-bright,
  "red-muted": $swatch-red-muted,
  "blue": $swatch-blue,
  "blue-bright": $swatch-blue-bright,
  "blue-muted": $swatch-blue-muted,
  "violet": $swatch-violet,
  "violet-bright": $swatch-violet-bright,
  "white": $swatch-white,
  "gray-100": $swatch-gray-100,
  "gray-400": $swatch-gray-400,
  "gray-600": $swatch-gray-600,
  "success": $swatch-success,
  "warning": $swatch-warning,
  "error": $swatch-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,
  "mark": $light-mark,
  "warning": $light-warning,
  "error": $light-error,
  "success": $light-success,
  "border": $light-border,
);

$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,
  "mark": $dark-mark,
  "warning": $dark-warning,
  "error": $dark-error,
  "success": $dark-success,
  "border": $dark-border,
);
