// Bloomberg (bloomberg@1.0.0)
// Palette: bloomberg@1.0.0
// Fonts:   heading=source-serif-4@1.0.0, body=source-serif-4@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-black: #000000;
$swatch-gray-1000: #1C1C1C;
$swatch-gray-900: #262626;
$swatch-gray-800: #3C3C3C;
$swatch-gray-700: #545454;
$swatch-gray-600: #767676;
$swatch-gray-500: #999999;
$swatch-gray-400: #B3B3B3;
$swatch-gray-300: #CCCCCC;
$swatch-gray-200: #EFEFEF;
$swatch-gray-100: #F8F8F8;
$swatch-white: #FFFFFF;
$swatch-yellow-400: #FFCD1E;
$swatch-yellow-300: #FFDA5D;
$swatch-yellow-500: #E6B120;
$swatch-yellow-600: #C48600;
$swatch-red-500: #E51503;
$swatch-red-400: #F05143;
$swatch-red-600: #B20E01;
$swatch-green-500: #338736;
$swatch-green-400: #4DB250;
$swatch-green-600: #146917;
$swatch-opinion-500: #0064FA;
$swatch-opinion-600: #004EC4;
$swatch-opinion-200: #D4E5FF;
$swatch-subscription-500: #4F4FFF;
$swatch-subscription-700: #2800D7;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-gray-100;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-gray-1000;
$light-text-secondary: $swatch-gray-700;
$light-text-tertiary: $swatch-gray-600;
$light-primary: $swatch-opinion-500;
$light-primary-hover: $swatch-opinion-600;
$light-accent: $swatch-yellow-400;
$light-accent-hover: $swatch-yellow-500;
$light-warning: $swatch-yellow-600;
$light-error: $swatch-red-500;
$light-success: $swatch-green-500;
$light-border: $swatch-gray-300;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-black;
$dark-surface: $swatch-gray-1000;
$dark-surface-elevated: $swatch-gray-900;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-gray-200;
$dark-text-tertiary: $swatch-gray-400;
$dark-primary: $swatch-opinion-500;
$dark-primary-hover: $swatch-opinion-200;
$dark-accent: $swatch-yellow-400;
$dark-accent-hover: $swatch-yellow-300;
$dark-warning: $swatch-yellow-300;
$dark-error: $swatch-red-400;
$dark-success: $swatch-green-400;
$dark-border: $swatch-gray-700;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-black;
$brand-on-identity: $swatch-yellow-400;
$brand-primary: $swatch-opinion-500;
$brand-primary-hover: $swatch-opinion-600;
$brand-accent: $swatch-yellow-400;
$brand-accent-hover: $swatch-yellow-500;
$brand-mark: $swatch-yellow-400;
$brand-success: $swatch-green-500;
$brand-warning: $swatch-yellow-600;
$brand-error: $swatch-red-500;
$brand-text-primary-light: $swatch-gray-1000;
$brand-text-primary-dark: $swatch-white;
$brand-background-light: $swatch-white;
$brand-background-dark: $swatch-black;
$brand-surface-light: $swatch-gray-100;
$brand-surface-dark: $swatch-gray-1000;
$brand-text-secondary-light: $swatch-gray-700;
$brand-text-tertiary-light: $swatch-gray-600;
$brand-border-light: $swatch-gray-300;

// ─── Typography ───────────────────────────────────────
$font-heading: ('Source Serif 4', 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', serif);
$font-body: ('Source Serif 4', 'Iowan Old Style', 'Apple Garamond', Baskerville, '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: (
  "black": $swatch-black,
  "gray-1000": $swatch-gray-1000,
  "gray-900": $swatch-gray-900,
  "gray-800": $swatch-gray-800,
  "gray-700": $swatch-gray-700,
  "gray-600": $swatch-gray-600,
  "gray-500": $swatch-gray-500,
  "gray-400": $swatch-gray-400,
  "gray-300": $swatch-gray-300,
  "gray-200": $swatch-gray-200,
  "gray-100": $swatch-gray-100,
  "white": $swatch-white,
  "yellow-400": $swatch-yellow-400,
  "yellow-300": $swatch-yellow-300,
  "yellow-500": $swatch-yellow-500,
  "yellow-600": $swatch-yellow-600,
  "red-500": $swatch-red-500,
  "red-400": $swatch-red-400,
  "red-600": $swatch-red-600,
  "green-500": $swatch-green-500,
  "green-400": $swatch-green-400,
  "green-600": $swatch-green-600,
  "opinion-500": $swatch-opinion-500,
  "opinion-600": $swatch-opinion-600,
  "opinion-200": $swatch-opinion-200,
  "subscription-500": $swatch-subscription-500,
  "subscription-700": $swatch-subscription-700,
);

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