// Southeast Toyota Finance (southeast-toyota-finance@1.0.0)
// Palette: southeast-toyota-finance@1.0.0
// Fonts:   heading=toyota-type@1.0.0, body=toyota-type@1.0.0, secondary=helvetica-neue@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-toyota-red: #EB0A1E;
$swatch-setf-porcelain: #EDF0F5;
$swatch-setf-fog: #E1E8EE;
$swatch-setf-mist: #C1C9D6;
$swatch-setf-pewter: #A6B4BE;
$swatch-setf-steel: #86939E;
$swatch-setf-slate: #626E79;
$swatch-setf-graphite: #58595B;
$swatch-setf-onyx: #38393B;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-setf-porcelain;
$light-surface: $swatch-setf-fog;
$light-surface-elevated: $swatch-setf-mist;
$light-text-primary: $swatch-setf-onyx;
$light-text-secondary: $swatch-setf-slate;
$light-text-tertiary: $swatch-setf-steel;
$light-primary: $swatch-toyota-red;
$light-primary-hover: $swatch-toyota-red;
$light-accent: $swatch-toyota-red;
$light-success: $swatch-setf-slate;
$light-warning: $swatch-toyota-red;
$light-error: $swatch-toyota-red;
$light-info: $swatch-setf-slate;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-setf-onyx;
$dark-surface: $swatch-setf-graphite;
$dark-surface-elevated: $swatch-setf-slate;
$dark-text-primary: $swatch-setf-porcelain;
$dark-text-secondary: $swatch-setf-fog;
$dark-text-tertiary: $swatch-setf-mist;
$dark-primary: $swatch-toyota-red;
$dark-primary-hover: $swatch-toyota-red;
$dark-accent: $swatch-toyota-red;
$dark-success: $swatch-setf-fog;
$dark-warning: $swatch-toyota-red;
$dark-error: $swatch-toyota-red;
$dark-info: $swatch-setf-mist;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-setf-porcelain;
$brand-on-identity: $swatch-setf-onyx;
$brand-primary: $swatch-toyota-red;
$brand-primary-hover: $swatch-toyota-red;
$brand-accent: $swatch-toyota-red;
$brand-mark: $swatch-setf-onyx;
$brand-text-primary-light: $swatch-setf-onyx;
$brand-text-primary-dark: $swatch-setf-porcelain;
$brand-background-light: $swatch-setf-porcelain;
$brand-background-dark: $swatch-setf-onyx;
$brand-surface-light: $swatch-setf-fog;
$brand-surface-dark: $swatch-setf-graphite;
$brand-border-light: $swatch-setf-mist;
$brand-border-dark: $swatch-setf-slate;

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

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "toyota-red": $swatch-toyota-red,
  "setf-porcelain": $swatch-setf-porcelain,
  "setf-fog": $swatch-setf-fog,
  "setf-mist": $swatch-setf-mist,
  "setf-pewter": $swatch-setf-pewter,
  "setf-steel": $swatch-setf-steel,
  "setf-slate": $swatch-setf-slate,
  "setf-graphite": $swatch-setf-graphite,
  "setf-onyx": $swatch-setf-onyx,
);

$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,
);
