// AMD (amd@1.0.0)
// Palette: amd@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-amd-red: #ED1C24;
$swatch-black: #1A1A1B;
$swatch-charcoal: #27282B;
$swatch-white: #FFFFFF;
$swatch-gray-100: #F1F1F2;
$swatch-gray-200: #E1E1E2;
$swatch-gray-300: #DEE2E6;
$swatch-gray-500: #9D9FA2;
$swatch-gray-600: #747579;
$swatch-gray-700: #636466;
$swatch-amd-blue: #0051C6;
$swatch-danger: #DC3545;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-gray-100;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-charcoal;
$light-text-secondary: $swatch-gray-700;
$light-text-tertiary: $swatch-gray-500;
$light-primary: $swatch-amd-red;
$light-primary-hover: $swatch-amd-red;
$light-accent: $swatch-amd-blue;
$light-accent-hover: $swatch-amd-blue;
$light-error: $swatch-danger;
$light-border: $swatch-gray-300;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-black;
$dark-surface: $swatch-charcoal;
$dark-surface-elevated: $swatch-charcoal;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-gray-200;
$dark-text-tertiary: $swatch-gray-500;
$dark-primary: $swatch-amd-red;
$dark-primary-hover: $swatch-amd-red;
$dark-accent: $swatch-amd-blue;
$dark-accent-hover: $swatch-amd-blue;
$dark-error: $swatch-danger;
$dark-border: $swatch-charcoal;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-black;
$brand-on-identity: $swatch-white;
$brand-primary: $swatch-amd-red;
$brand-primary-hover: $swatch-amd-red;
$brand-accent: $swatch-amd-blue;
$brand-mark: $swatch-amd-red;
$brand-error: $swatch-danger;
$brand-background-light: $swatch-white;
$brand-background-dark: $swatch-black;
$brand-surface-light: $swatch-gray-100;
$brand-surface-dark: $swatch-charcoal;
$brand-text-primary-light: $swatch-charcoal;
$brand-text-primary-dark: $swatch-white;
$brand-text-secondary-light: $swatch-gray-700;
$brand-text-tertiary-light: $swatch-gray-500;
$brand-border-light: $swatch-gray-300;

// ─── 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: (
  "amd-red": $swatch-amd-red,
  "black": $swatch-black,
  "charcoal": $swatch-charcoal,
  "white": $swatch-white,
  "gray-100": $swatch-gray-100,
  "gray-200": $swatch-gray-200,
  "gray-300": $swatch-gray-300,
  "gray-500": $swatch-gray-500,
  "gray-600": $swatch-gray-600,
  "gray-700": $swatch-gray-700,
  "amd-blue": $swatch-amd-blue,
  "danger": $swatch-danger,
);

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