// Southeast Toyota Distributors (southeast-toyota-distributors@1.0.0)
// Palette: southeast-toyota-distributors@1.0.0
// Fonts:   heading=toyota-type@1.0.0, body=toyota-type@1.0.0, fallback=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-set-graphite: #252525;
$swatch-set-white: #FFFFFF;
$swatch-set-fog: #E1E8EE;
$swatch-set-steel: #86939E;
$swatch-set-slate: #626E79;

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

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

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

// ─── 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-fallback: ('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,
  "set-graphite": $swatch-set-graphite,
  "set-white": $swatch-set-white,
  "set-fog": $swatch-set-fog,
  "set-steel": $swatch-set-steel,
  "set-slate": $swatch-set-slate,
);

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