// Oracle (oracle@1.0.0)
// Palette: oracle@1.0.0
// Fonts:   heading=public-sans@1.0.0, body=public-sans@1.0.0, mono=source-code-pro@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-oracle-red: #C0533F;
$swatch-oracle-red-deep: #A03D2C;
$swatch-oracle-canvas: #FFFFFF;
$swatch-oracle-stone: #F1EFED;
$swatch-oracle-stone-disabled: #FBF9F8;
$swatch-oracle-border: #E4E1DD;
$swatch-oracle-ink: #161513;
$swatch-oracle-ink-secondary: #464F4F;
$swatch-oracle-ink-tertiary: #697778;
$swatch-oracle-ink-disabled: #AEA8A2;
$swatch-oracle-graphite: #312D2A;
$swatch-oracle-graphite-hover: #3A3632;
$swatch-oracle-coal: #201E1C;
$swatch-oracle-coal-elevated: #312D2A;
$swatch-oracle-mist: #C2D4D4;
$swatch-oracle-mist-deep: #8B9D9E;
$swatch-oracle-link: #006B8F;
$swatch-oracle-focus: #227E9E;
$swatch-oracle-error: #D63B25;
$swatch-oracle-link-invert: #F0CC71;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-oracle-canvas;
$light-surface: $swatch-oracle-stone;
$light-surface-elevated: $swatch-oracle-canvas;
$light-text-primary: $swatch-oracle-ink;
$light-text-secondary: $swatch-oracle-ink-secondary;
$light-text-tertiary: $swatch-oracle-ink-tertiary;
$light-primary: $swatch-oracle-graphite;
$light-primary-hover: $swatch-oracle-graphite-hover;
$light-accent: $swatch-oracle-red;
$light-accent-hover: $swatch-oracle-red-deep;
$light-success: $swatch-oracle-link;
$light-warning: $swatch-oracle-red;
$light-error: $swatch-oracle-error;
$light-border: $swatch-oracle-border;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-oracle-coal;
$dark-surface: $swatch-oracle-coal-elevated;
$dark-surface-elevated: $swatch-oracle-ink-secondary;
$dark-text-primary: $swatch-oracle-canvas;
$dark-text-secondary: $swatch-oracle-stone;
$dark-text-tertiary: $swatch-oracle-ink-tertiary;
$dark-primary: $swatch-oracle-canvas;
$dark-primary-hover: $swatch-oracle-stone;
$dark-accent: $swatch-oracle-red;
$dark-accent-hover: $swatch-oracle-red-deep;
$dark-success: $swatch-oracle-mist;
$dark-warning: $swatch-oracle-red;
$dark-error: $swatch-oracle-error;
$dark-border: $swatch-oracle-ink-secondary;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-oracle-stone;
$brand-on-identity: $swatch-oracle-ink;
$brand-primary: $swatch-oracle-graphite;
$brand-primary-hover: $swatch-oracle-graphite-hover;
$brand-accent: $swatch-oracle-red;
$brand-accent-hover: $swatch-oracle-red-deep;
$brand-mark: $swatch-oracle-red;
$brand-success: $swatch-oracle-link;
$brand-warning: $swatch-oracle-red;
$brand-error: $swatch-oracle-error;
$brand-text-primary-light: $swatch-oracle-ink;
$brand-text-primary-dark: $swatch-oracle-canvas;
$brand-background-light: $swatch-oracle-canvas;
$brand-background-dark: $swatch-oracle-coal;
$brand-surface-light: $swatch-oracle-stone;
$brand-surface-dark: $swatch-oracle-coal-elevated;
$brand-text-secondary-light: $swatch-oracle-ink-secondary;
$brand-text-tertiary-light: $swatch-oracle-ink-tertiary;
$brand-border-light: $swatch-oracle-border;

// ─── Typography ───────────────────────────────────────
$font-heading: ('Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-body: ('Public Sans', -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: (
  "oracle-red": $swatch-oracle-red,
  "oracle-red-deep": $swatch-oracle-red-deep,
  "oracle-canvas": $swatch-oracle-canvas,
  "oracle-stone": $swatch-oracle-stone,
  "oracle-stone-disabled": $swatch-oracle-stone-disabled,
  "oracle-border": $swatch-oracle-border,
  "oracle-ink": $swatch-oracle-ink,
  "oracle-ink-secondary": $swatch-oracle-ink-secondary,
  "oracle-ink-tertiary": $swatch-oracle-ink-tertiary,
  "oracle-ink-disabled": $swatch-oracle-ink-disabled,
  "oracle-graphite": $swatch-oracle-graphite,
  "oracle-graphite-hover": $swatch-oracle-graphite-hover,
  "oracle-coal": $swatch-oracle-coal,
  "oracle-coal-elevated": $swatch-oracle-coal-elevated,
  "oracle-mist": $swatch-oracle-mist,
  "oracle-mist-deep": $swatch-oracle-mist-deep,
  "oracle-link": $swatch-oracle-link,
  "oracle-focus": $swatch-oracle-focus,
  "oracle-error": $swatch-oracle-error,
  "oracle-link-invert": $swatch-oracle-link-invert,
);

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