// Intel (intel@1.0.0)
// Palette: intel@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-classic-blue: #0068B5;
$swatch-energy-blue: #00C7FD;
$swatch-blue-700: #004A86;
$swatch-blue-800: #0046C8;
$swatch-blue-900: #000F28;
$swatch-carbon-web: #F7F7F7;
$swatch-carbon-100: #E7E7E7;
$swatch-carbon-200: #D7D7D7;
$swatch-carbon-400: #999FA9;
$swatch-carbon-500: #6A6D75;
$swatch-carbon-600: #525252;
$swatch-carbon-800: #262626;
$swatch-white: #FFFFFF;
$swatch-black: #000000;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-carbon-web;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-carbon-800;
$light-text-secondary: $swatch-carbon-600;
$light-text-tertiary: $swatch-carbon-500;
$light-primary: $swatch-classic-blue;
$light-primary-hover: $swatch-blue-700;
$light-accent: $swatch-energy-blue;
$light-accent-hover: $swatch-classic-blue;
$light-border: $swatch-carbon-200;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-blue-900;
$dark-surface: $swatch-carbon-800;
$dark-surface-elevated: $swatch-blue-800;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-carbon-200;
$dark-text-tertiary: $swatch-carbon-400;
$dark-primary: $swatch-energy-blue;
$dark-primary-hover: $swatch-classic-blue;
$dark-accent: $swatch-energy-blue;
$dark-accent-hover: $swatch-classic-blue;
$dark-border: $swatch-carbon-600;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-white;
$brand-on-identity: $swatch-carbon-800;
$brand-primary: $swatch-classic-blue;
$brand-primary-hover: $swatch-blue-700;
$brand-accent: $swatch-energy-blue;
$brand-accent-hover: $swatch-classic-blue;
$brand-mark: $swatch-classic-blue;
$brand-background-light: $swatch-white;
$brand-background-dark: $swatch-blue-900;
$brand-surface-light: $swatch-carbon-web;
$brand-surface-dark: $swatch-carbon-800;
$brand-text-primary-light: $swatch-carbon-800;
$brand-text-primary-dark: $swatch-white;
$brand-text-secondary-light: $swatch-carbon-600;
$brand-text-tertiary-light: $swatch-carbon-500;
$brand-border-light: $swatch-carbon-200;

// ─── 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: (
  "classic-blue": $swatch-classic-blue,
  "energy-blue": $swatch-energy-blue,
  "blue-700": $swatch-blue-700,
  "blue-800": $swatch-blue-800,
  "blue-900": $swatch-blue-900,
  "carbon-web": $swatch-carbon-web,
  "carbon-100": $swatch-carbon-100,
  "carbon-200": $swatch-carbon-200,
  "carbon-400": $swatch-carbon-400,
  "carbon-500": $swatch-carbon-500,
  "carbon-600": $swatch-carbon-600,
  "carbon-800": $swatch-carbon-800,
  "white": $swatch-white,
  "black": $swatch-black,
);

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