// Eclipse Foundation (eclipse@1.0.0)
// Palette: eclipse@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=source-code-pro@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-eclipse-orange: #F06C02;
$swatch-eclipse-orange-dark: #C75300;
$swatch-eclipse-amber: #F7941E;
$swatch-eclipse-black: #111418;
$swatch-eclipse-charcoal: #1F252E;
$swatch-eclipse-slate: #3D4654;
$swatch-eclipse-gray: #6B7280;
$swatch-eclipse-light-gray: #D6DAE0;
$swatch-eclipse-off-white: #F5F6F8;
$swatch-eclipse-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-eclipse-white;
$light-surface: $swatch-eclipse-off-white;
$light-surface-elevated: $swatch-eclipse-white;
$light-text-primary: $swatch-eclipse-black;
$light-text-secondary: $swatch-eclipse-slate;
$light-text-tertiary: $swatch-eclipse-gray;
$light-primary: $swatch-eclipse-black;
$light-primary-hover: $swatch-eclipse-orange-dark;
$light-accent: $swatch-eclipse-orange;
$light-accent-hover: $swatch-eclipse-orange-dark;
$light-warning: $swatch-eclipse-amber;
$light-warning-hover: $swatch-eclipse-orange;
$light-error: $swatch-eclipse-orange-dark;
$light-success: $swatch-eclipse-slate;
$light-border: $swatch-eclipse-light-gray;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-eclipse-black;
$dark-surface: $swatch-eclipse-charcoal;
$dark-surface-elevated: $swatch-eclipse-charcoal;
$dark-text-primary: $swatch-eclipse-white;
$dark-text-secondary: $swatch-eclipse-light-gray;
$dark-text-tertiary: $swatch-eclipse-orange;
$dark-primary: $swatch-eclipse-orange;
$dark-primary-hover: $swatch-eclipse-amber;
$dark-accent: $swatch-eclipse-orange;
$dark-accent-hover: $swatch-eclipse-amber;
$dark-warning: $swatch-eclipse-amber;
$dark-warning-hover: $swatch-eclipse-orange;
$dark-error: $swatch-eclipse-orange-dark;
$dark-success: $swatch-eclipse-light-gray;
$dark-border: $swatch-eclipse-slate;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-eclipse-black;
$brand-on-identity: $swatch-eclipse-white;
$brand-primary: $swatch-eclipse-black;
$brand-primary-hover: $swatch-eclipse-orange-dark;
$brand-accent: $swatch-eclipse-orange;
$brand-accent-hover: $swatch-eclipse-orange-dark;
$brand-mark: $swatch-eclipse-orange;
$brand-background: $swatch-eclipse-white;
$brand-surface: $swatch-eclipse-off-white;
$brand-text-primary: $swatch-eclipse-black;
$brand-text-secondary: $swatch-eclipse-slate;
$brand-error: $swatch-eclipse-orange-dark;
$brand-success: $swatch-eclipse-slate;
$brand-border: $swatch-eclipse-light-gray;

// ─── 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: ('Source Code Pro', ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "eclipse-orange": $swatch-eclipse-orange,
  "eclipse-orange-dark": $swatch-eclipse-orange-dark,
  "eclipse-amber": $swatch-eclipse-amber,
  "eclipse-black": $swatch-eclipse-black,
  "eclipse-charcoal": $swatch-eclipse-charcoal,
  "eclipse-slate": $swatch-eclipse-slate,
  "eclipse-gray": $swatch-eclipse-gray,
  "eclipse-light-gray": $swatch-eclipse-light-gray,
  "eclipse-off-white": $swatch-eclipse-off-white,
  "eclipse-white": $swatch-eclipse-white,
);

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