// Convergent Systems (convergent-systems@1.0.0)
// Palette: convergent-deep-space@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-deep-space-0: #07090F;
$swatch-deep-space-1: #0B1020;
$swatch-deep-space-2: #11182C;
$swatch-snow-0: #EEF1F7;
$swatch-snow-1: #A4ADBF;
$swatch-snow-2: #7D8699;
$swatch-frost-cyan: #5CD6FF;
$swatch-frost-cyan-soft: #8DE4FF;
$swatch-solar-gold: #F4C75E;
$swatch-solar-gold-soft: #FFD982;
$swatch-ember-orange: #FF8A3D;
$swatch-ember-orange-soft: #FFB070;
$swatch-hairline-faint: #FFFFFF14;
$swatch-hairline-strong: #FFFFFF24;
$swatch-pure-white: #FFFFFF;
$swatch-pure-black: #000000;
$swatch-parchment-canvas: #F9F7F0;
$swatch-parchment-surface: #FDFCF7;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-parchment-canvas;
$light-surface: $swatch-parchment-surface;
$light-surface-elevated: $swatch-pure-white;
$light-text-primary: $swatch-deep-space-0;
$light-text-secondary: $swatch-deep-space-1;
$light-text-tertiary: $swatch-snow-2;
$light-primary: $swatch-frost-cyan;
$light-primary-hover: $swatch-frost-cyan-soft;
$light-accent: $swatch-solar-gold;
$light-accent-hover: $swatch-solar-gold-soft;
$light-warning: $swatch-ember-orange;
$light-warning-hover: $swatch-ember-orange-soft;
$light-mark: $swatch-solar-gold;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-deep-space-0;
$dark-surface: $swatch-deep-space-1;
$dark-surface-elevated: $swatch-deep-space-2;
$dark-text-primary: $swatch-snow-0;
$dark-text-secondary: $swatch-snow-1;
$dark-text-tertiary: $swatch-snow-2;
$dark-primary: $swatch-frost-cyan;
$dark-primary-hover: $swatch-frost-cyan-soft;
$dark-accent: $swatch-solar-gold;
$dark-accent-hover: $swatch-solar-gold-soft;
$dark-warning: $swatch-ember-orange;
$dark-warning-hover: $swatch-ember-orange-soft;
$dark-mark: $swatch-solar-gold;
$dark-hairline: $swatch-hairline-faint;
$dark-hairline-strong: $swatch-hairline-strong;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-deep-space-0;
$brand-on-identity: $swatch-snow-0;
$brand-background: $swatch-deep-space-0;
$brand-surface: $swatch-deep-space-1;
$brand-surface-elevated: $swatch-deep-space-2;
$brand-text-primary: $swatch-snow-0;
$brand-text-secondary: $swatch-snow-1;
$brand-text-tertiary: $swatch-snow-2;
$brand-primary: $swatch-frost-cyan;
$brand-primary-hover: $swatch-frost-cyan-soft;
$brand-accent: $swatch-solar-gold;
$brand-accent-hover: $swatch-solar-gold-soft;
$brand-mark: $swatch-solar-gold;
$brand-warmth: $swatch-ember-orange;
$brand-text-emphasis: $swatch-snow-0;
$brand-text-muted: $swatch-snow-1;

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

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "deep-space-0": $swatch-deep-space-0,
  "deep-space-1": $swatch-deep-space-1,
  "deep-space-2": $swatch-deep-space-2,
  "snow-0": $swatch-snow-0,
  "snow-1": $swatch-snow-1,
  "snow-2": $swatch-snow-2,
  "frost-cyan": $swatch-frost-cyan,
  "frost-cyan-soft": $swatch-frost-cyan-soft,
  "solar-gold": $swatch-solar-gold,
  "solar-gold-soft": $swatch-solar-gold-soft,
  "ember-orange": $swatch-ember-orange,
  "ember-orange-soft": $swatch-ember-orange-soft,
  "hairline-faint": $swatch-hairline-faint,
  "hairline-strong": $swatch-hairline-strong,
  "pure-white": $swatch-pure-white,
  "pure-black": $swatch-pure-black,
  "parchment-canvas": $swatch-parchment-canvas,
  "parchment-surface": $swatch-parchment-surface,
);

$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,
  "mark": $light-mark,
);

$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,
  "mark": $dark-mark,
  "hairline": $dark-hairline,
  "hairline-strong": $dark-hairline-strong,
);
