// The Washington Post (wapo@1.0.0)
// Palette: wapo@1.0.0
// Fonts:   heading=playfair-display@1.0.0, body=pt-serif@1.0.0, sans=inter@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-gray-0: #000000;
$swatch-gray-20: #111111;
$swatch-gray-40: #2A2A2A;
$swatch-gray-60: #494949;
$swatch-gray-80: #666666;
$swatch-gray-100: #737373;
$swatch-gray-200: #AAAAAA;
$swatch-gray-300: #D4D4D4;
$swatch-gray-400: #E9E9E9;
$swatch-gray-500: #F0F0F0;
$swatch-gray-600: #F7F7F7;
$swatch-gray-700: #FFFFFF;
$swatch-blue-40: #0A3258;
$swatch-blue-60: #0F4B84;
$swatch-blue-80: #1366B3;
$swatch-blue-100: #166DFC;
$swatch-blue-200: #5784C5;
$swatch-red-60: #8E1F1B;
$swatch-red-80: #BE2C25;
$swatch-red-100: #EA0017;
$swatch-orange-80: #D86100;
$swatch-green-80: #499327;
$swatch-gold-60: #9E6105;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-gray-700;
$light-surface: $swatch-gray-600;
$light-surface-elevated: $swatch-gray-700;
$light-text-primary: $swatch-gray-20;
$light-text-secondary: $swatch-gray-60;
$light-text-tertiary: $swatch-gray-80;
$light-primary: $swatch-blue-100;
$light-primary-hover: $swatch-blue-80;
$light-accent: $swatch-red-80;
$light-accent-hover: $swatch-red-60;
$light-warning: $swatch-orange-80;
$light-error: $swatch-red-100;
$light-success: $swatch-green-80;
$light-border: $swatch-gray-300;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-gray-20;
$dark-surface: $swatch-gray-40;
$dark-surface-elevated: $swatch-gray-60;
$dark-text-primary: $swatch-gray-700;
$dark-text-secondary: $swatch-gray-400;
$dark-text-tertiary: $swatch-gray-300;
$dark-primary: $swatch-blue-200;
$dark-primary-hover: $swatch-blue-100;
$dark-accent: $swatch-red-80;
$dark-accent-hover: $swatch-red-100;
$dark-warning: $swatch-orange-80;
$dark-error: $swatch-red-100;
$dark-success: $swatch-green-80;
$dark-border: $swatch-gray-60;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-gray-700;
$brand-on-identity: $swatch-gray-20;
$brand-primary: $swatch-blue-100;
$brand-primary-hover: $swatch-blue-80;
$brand-accent: $swatch-red-80;
$brand-accent-hover: $swatch-red-60;
$brand-mark: $swatch-gray-0;
$brand-success: $swatch-green-80;
$brand-warning: $swatch-orange-80;
$brand-error: $swatch-red-100;
$brand-text-primary-light: $swatch-gray-20;
$brand-text-primary-dark: $swatch-gray-700;
$brand-background-light: $swatch-gray-700;
$brand-background-dark: $swatch-gray-20;
$brand-surface-light: $swatch-gray-600;
$brand-surface-dark: $swatch-gray-40;
$brand-text-secondary-light: $swatch-gray-60;
$brand-text-tertiary-light: $swatch-gray-80;
$brand-border-light: $swatch-gray-300;

// ─── Typography ───────────────────────────────────────
$font-heading: ('Playfair Display', 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', serif);
$font-body: ('PT Serif', Charter, Georgia, 'Times New Roman', serif);
$font-sans: (Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-mono: ('JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "gray-0": $swatch-gray-0,
  "gray-20": $swatch-gray-20,
  "gray-40": $swatch-gray-40,
  "gray-60": $swatch-gray-60,
  "gray-80": $swatch-gray-80,
  "gray-100": $swatch-gray-100,
  "gray-200": $swatch-gray-200,
  "gray-300": $swatch-gray-300,
  "gray-400": $swatch-gray-400,
  "gray-500": $swatch-gray-500,
  "gray-600": $swatch-gray-600,
  "gray-700": $swatch-gray-700,
  "blue-40": $swatch-blue-40,
  "blue-60": $swatch-blue-60,
  "blue-80": $swatch-blue-80,
  "blue-100": $swatch-blue-100,
  "blue-200": $swatch-blue-200,
  "red-60": $swatch-red-60,
  "red-80": $swatch-red-80,
  "red-100": $swatch-red-100,
  "orange-80": $swatch-orange-80,
  "green-80": $swatch-green-80,
  "gold-60": $swatch-gold-60,
);

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