// World Omni Financial (world-omni@1.0.0)
// Palette: world-omni@1.0.0
// Fonts:   heading=raleway@1.0.0, body=lato@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-wo-teal: #008390;
$swatch-wo-teal-deep: #006670;
$swatch-wo-teal-light: #A8D6DA;
$swatch-wo-onyx: #1A1F23;
$swatch-wo-slate: #4F5A63;
$swatch-wo-steel: #8A949D;
$swatch-wo-fog: #E8EDF0;
$swatch-wo-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-wo-white;
$light-surface: $swatch-wo-fog;
$light-surface-elevated: $swatch-wo-teal-light;
$light-text-primary: $swatch-wo-onyx;
$light-text-secondary: $swatch-wo-slate;
$light-text-tertiary: $swatch-wo-steel;
$light-primary: $swatch-wo-teal;
$light-primary-hover: $swatch-wo-teal-deep;
$light-accent: $swatch-wo-teal;
$light-success: $swatch-wo-teal-deep;
$light-warning: $swatch-wo-teal;
$light-error: $swatch-wo-onyx;
$light-info: $swatch-wo-teal;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-wo-onyx;
$dark-surface: $swatch-wo-slate;
$dark-surface-elevated: $swatch-wo-steel;
$dark-text-primary: $swatch-wo-white;
$dark-text-secondary: $swatch-wo-fog;
$dark-text-tertiary: $swatch-wo-teal-light;
$dark-primary: $swatch-wo-teal-light;
$dark-primary-hover: $swatch-wo-teal;
$dark-accent: $swatch-wo-teal-light;
$dark-success: $swatch-wo-teal-light;
$dark-warning: $swatch-wo-teal-light;
$dark-error: $swatch-wo-fog;
$dark-info: $swatch-wo-teal-light;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-wo-white;
$brand-on-identity: $swatch-wo-onyx;
$brand-primary: $swatch-wo-teal;
$brand-primary-hover: $swatch-wo-teal-deep;
$brand-accent: $swatch-wo-teal;
$brand-mark: $swatch-wo-onyx;
$brand-text-primary-light: $swatch-wo-onyx;
$brand-text-primary-dark: $swatch-wo-white;
$brand-background-light: $swatch-wo-white;
$brand-background-dark: $swatch-wo-onyx;
$brand-surface-light: $swatch-wo-fog;
$brand-surface-dark: $swatch-wo-slate;
$brand-border-light: $swatch-wo-teal-light;

// ─── Typography ───────────────────────────────────────
$font-heading: (Raleway, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif);
$font-body: (Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif);
$font-mono: ('JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "wo-teal": $swatch-wo-teal,
  "wo-teal-deep": $swatch-wo-teal-deep,
  "wo-teal-light": $swatch-wo-teal-light,
  "wo-onyx": $swatch-wo-onyx,
  "wo-slate": $swatch-wo-slate,
  "wo-steel": $swatch-wo-steel,
  "wo-fog": $swatch-wo-fog,
  "wo-white": $swatch-wo-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,
  "success": $light-success,
  "warning": $light-warning,
  "error": $light-error,
  "info": $light-info,
);

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