// HEY (hey@1.0.0)
// Palette: hey@1.0.0
// Fonts:   heading=helvetica-neue@1.0.0, body=helvetica-neue@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-hey-yellow: #FFFF00;
$swatch-hey-blue: #0088CC;
$swatch-hey-blue-hover: #1A8AD5;
$swatch-hey-blue-active: #176BAD;
$swatch-hey-white: #FFFFFF;
$swatch-hey-near-white: #FCFCFC;
$swatch-hey-grey-100: #F5F5F5;
$swatch-hey-grey-300: #DDDDDD;
$swatch-hey-grey-500: #888888;
$swatch-hey-grey-700: #555555;
$swatch-hey-text: #333333;
$swatch-hey-heading: #222222;
$swatch-hey-near-black: #1E1E1E;
$swatch-hey-success: #3C763D;
$swatch-hey-success-bg: #DFF0D8;
$swatch-hey-error: #A94442;
$swatch-hey-error-bg: #F2DEDE;
$swatch-hey-warning: #8A6D3B;
$swatch-hey-warning-bg: #FCF8E3;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-hey-white;
$light-surface: $swatch-hey-grey-100;
$light-surface-elevated: $swatch-hey-near-white;
$light-text-primary: $swatch-hey-text;
$light-text-secondary: $swatch-hey-grey-700;
$light-text-tertiary: $swatch-hey-grey-500;
$light-primary: $swatch-hey-blue;
$light-primary-hover: $swatch-hey-blue-hover;
$light-accent: $swatch-hey-yellow;
$light-accent-hover: $swatch-hey-yellow;
$light-warning: $swatch-hey-warning;
$light-warning-hover: $swatch-hey-warning;
$light-error: $swatch-hey-error;
$light-success: $swatch-hey-success;
$light-border: $swatch-hey-grey-300;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-hey-near-black;
$dark-surface: $swatch-hey-grey-700;
$dark-surface-elevated: $swatch-hey-grey-500;
$dark-text-primary: $swatch-hey-white;
$dark-text-secondary: $swatch-hey-grey-300;
$dark-text-tertiary: $swatch-hey-grey-500;
$dark-primary: $swatch-hey-blue-hover;
$dark-primary-hover: $swatch-hey-blue;
$dark-accent: $swatch-hey-yellow;
$dark-accent-hover: $swatch-hey-yellow;
$dark-warning: $swatch-hey-warning;
$dark-warning-hover: $swatch-hey-warning;
$dark-error: $swatch-hey-error;
$dark-success: $swatch-hey-success;
$dark-border: $swatch-hey-grey-700;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-hey-white;
$brand-on-identity: $swatch-hey-heading;
$brand-primary: $swatch-hey-blue;
$brand-primary-hover: $swatch-hey-blue-hover;
$brand-accent: $swatch-hey-yellow;
$brand-accent-hover: $swatch-hey-yellow;
$brand-mark: $swatch-hey-heading;
$brand-highlight: $swatch-hey-yellow;
$brand-success: $swatch-hey-success;
$brand-warning: $swatch-hey-warning;
$brand-error: $swatch-hey-error;
$brand-background: $swatch-hey-white;
$brand-surface: $swatch-hey-grey-100;
$brand-text-primary: $swatch-hey-text;
$brand-text-secondary: $swatch-hey-grey-700;

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

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "hey-yellow": $swatch-hey-yellow,
  "hey-blue": $swatch-hey-blue,
  "hey-blue-hover": $swatch-hey-blue-hover,
  "hey-blue-active": $swatch-hey-blue-active,
  "hey-white": $swatch-hey-white,
  "hey-near-white": $swatch-hey-near-white,
  "hey-grey-100": $swatch-hey-grey-100,
  "hey-grey-300": $swatch-hey-grey-300,
  "hey-grey-500": $swatch-hey-grey-500,
  "hey-grey-700": $swatch-hey-grey-700,
  "hey-text": $swatch-hey-text,
  "hey-heading": $swatch-hey-heading,
  "hey-near-black": $swatch-hey-near-black,
  "hey-success": $swatch-hey-success,
  "hey-success-bg": $swatch-hey-success-bg,
  "hey-error": $swatch-hey-error,
  "hey-error-bg": $swatch-hey-error-bg,
  "hey-warning": $swatch-hey-warning,
  "hey-warning-bg": $swatch-hey-warning-bg,
);

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