// BBC (bbc@1.0.0)
// Palette: bbc@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-postbox: #B80000;
$swatch-postbox-30: #EAB3B3;
$swatch-black: #000000;
$swatch-ebon: #222222;
$swatch-midnight-black: #121212;
$swatch-white: #FFFFFF;
$swatch-ghost: #FDFDFD;
$swatch-chalk: #ECEAE7;
$swatch-oat-light: #F5F3F1;
$swatch-lunar: #F2F2F2;
$swatch-lunar-light: #F8F8F8;
$swatch-grey-3: #E6E8EA;
$swatch-grey-4: #B0B2B4;
$swatch-grey-5: #8A8C8E;
$swatch-grey-6: #545658;
$swatch-grey-7: #3A3C3E;
$swatch-service-neutral: #0071F1;
$swatch-service-neutral-dark: #0051AD;
$swatch-live-core: #009E9E;
$swatch-live-light: #00CCC7;
$swatch-sport-yellow: #FFD230;
$swatch-error-core: #E51854;
$swatch-success-core: #148A00;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-chalk;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-ebon;
$light-text-secondary: $swatch-grey-6;
$light-text-tertiary: $swatch-grey-5;
$light-primary: $swatch-postbox;
$light-primary-hover: $swatch-service-neutral-dark;
$light-accent: $swatch-postbox;
$light-accent-hover: $swatch-service-neutral;
$light-warning: $swatch-sport-yellow;
$light-error: $swatch-error-core;
$light-success: $swatch-success-core;
$light-border: $swatch-grey-3;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-midnight-black;
$dark-surface: $swatch-grey-7;
$dark-surface-elevated: $swatch-grey-6;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-grey-3;
$dark-text-tertiary: $swatch-grey-4;
$dark-primary: $swatch-postbox;
$dark-primary-hover: $swatch-postbox-30;
$dark-accent: $swatch-postbox;
$dark-accent-hover: $swatch-live-light;
$dark-warning: $swatch-sport-yellow;
$dark-error: $swatch-error-core;
$dark-success: $swatch-success-core;
$dark-border: $swatch-grey-6;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-postbox;
$brand-on-identity: $swatch-white;
$brand-primary: $swatch-postbox;
$brand-primary-hover: $swatch-service-neutral-dark;
$brand-accent: $swatch-postbox;
$brand-accent-hover: $swatch-live-core;
$brand-mark: $swatch-postbox;
$brand-success: $swatch-success-core;
$brand-warning: $swatch-sport-yellow;
$brand-error: $swatch-error-core;
$brand-text-primary-light: $swatch-ebon;
$brand-text-primary-dark: $swatch-white;
$brand-background-light: $swatch-white;
$brand-background-dark: $swatch-midnight-black;
$brand-surface-light: $swatch-chalk;
$brand-surface-dark: $swatch-grey-7;
$brand-text-secondary-light: $swatch-grey-6;
$brand-text-tertiary-light: $swatch-grey-5;
$brand-border-light: $swatch-grey-3;

// ─── Typography ───────────────────────────────────────
$font-heading: (Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-body: (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: (
  "postbox": $swatch-postbox,
  "postbox-30": $swatch-postbox-30,
  "black": $swatch-black,
  "ebon": $swatch-ebon,
  "midnight-black": $swatch-midnight-black,
  "white": $swatch-white,
  "ghost": $swatch-ghost,
  "chalk": $swatch-chalk,
  "oat-light": $swatch-oat-light,
  "lunar": $swatch-lunar,
  "lunar-light": $swatch-lunar-light,
  "grey-3": $swatch-grey-3,
  "grey-4": $swatch-grey-4,
  "grey-5": $swatch-grey-5,
  "grey-6": $swatch-grey-6,
  "grey-7": $swatch-grey-7,
  "service-neutral": $swatch-service-neutral,
  "service-neutral-dark": $swatch-service-neutral-dark,
  "live-core": $swatch-live-core,
  "live-light": $swatch-live-light,
  "sport-yellow": $swatch-sport-yellow,
  "error-core": $swatch-error-core,
  "success-core": $swatch-success-core,
);

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