// Mozilla (mozilla@1.0.0)
// Palette: mozilla@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=source-code-pro@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-mozilla-black: #161616;
$swatch-firefox-orange: #FF7139;
$swatch-firefox-red: #E66000;
$swatch-firefox-yellow: #FFCB39;
$swatch-firefox-blue: #0060DF;
$swatch-firefox-purple: #9059FF;
$swatch-mozilla-dark-canvas: #0C0C0D;
$swatch-mozilla-charcoal: #252525;
$swatch-mozilla-gray: #737373;
$swatch-mozilla-light-gray: #D7D7DB;
$swatch-mozilla-off-white: #F9F9FA;
$swatch-mozilla-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-mozilla-white;
$light-surface: $swatch-mozilla-off-white;
$light-surface-elevated: $swatch-mozilla-white;
$light-text-primary: $swatch-mozilla-black;
$light-text-secondary: $swatch-mozilla-gray;
$light-text-tertiary: $swatch-firefox-red;
$light-primary: $swatch-mozilla-black;
$light-primary-hover: $swatch-firefox-red;
$light-accent: $swatch-firefox-orange;
$light-accent-hover: $swatch-firefox-red;
$light-warning: $swatch-firefox-yellow;
$light-warning-hover: $swatch-firefox-orange;
$light-error: $swatch-firefox-red;
$light-success: $swatch-firefox-blue;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-mozilla-dark-canvas;
$dark-surface: $swatch-mozilla-black;
$dark-surface-elevated: $swatch-mozilla-charcoal;
$dark-text-primary: $swatch-mozilla-white;
$dark-text-secondary: $swatch-mozilla-light-gray;
$dark-text-tertiary: $swatch-firefox-orange;
$dark-primary: $swatch-firefox-orange;
$dark-primary-hover: $swatch-firefox-yellow;
$dark-accent: $swatch-firefox-purple;
$dark-accent-hover: $swatch-firefox-blue;
$dark-warning: $swatch-firefox-yellow;
$dark-warning-hover: $swatch-firefox-orange;
$dark-error: $swatch-firefox-red;
$dark-success: $swatch-firefox-blue;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-mozilla-black;
$brand-on-identity: $swatch-mozilla-white;
$brand-primary: $swatch-mozilla-black;
$brand-primary-hover: $swatch-firefox-red;
$brand-accent: $swatch-firefox-orange;
$brand-accent-hover: $swatch-firefox-red;
$brand-background: $swatch-mozilla-white;
$brand-surface: $swatch-mozilla-off-white;
$brand-text-primary: $swatch-mozilla-black;
$brand-text-secondary: $swatch-mozilla-gray;

// ─── 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: ('Source Code Pro', ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "mozilla-black": $swatch-mozilla-black,
  "firefox-orange": $swatch-firefox-orange,
  "firefox-red": $swatch-firefox-red,
  "firefox-yellow": $swatch-firefox-yellow,
  "firefox-blue": $swatch-firefox-blue,
  "firefox-purple": $swatch-firefox-purple,
  "mozilla-dark-canvas": $swatch-mozilla-dark-canvas,
  "mozilla-charcoal": $swatch-mozilla-charcoal,
  "mozilla-gray": $swatch-mozilla-gray,
  "mozilla-light-gray": $swatch-mozilla-light-gray,
  "mozilla-off-white": $swatch-mozilla-off-white,
  "mozilla-white": $swatch-mozilla-white,
);

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

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