// Microsoft (microsoft@1.0.0)
// Palette: microsoft@1.0.0
// Fonts:   heading=segoe-ui@1.0.0, body=segoe-ui@1.0.0, mono=cascadiacode-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-microsoft-red: #F25022;
$swatch-microsoft-green: #7FBA00;
$swatch-microsoft-blue: #00A4EF;
$swatch-microsoft-yellow: #FFB900;
$swatch-communications-blue: #0078D4;
$swatch-microsoft-black: #000000;
$swatch-microsoft-near-black: #1F1F1F;
$swatch-microsoft-gray-160: #605E5C;
$swatch-microsoft-gray-130: #8A8886;
$swatch-microsoft-gray-30: #EDEBE9;
$swatch-microsoft-gray-20: #F3F2F1;
$swatch-microsoft-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-microsoft-white;
$light-surface: $swatch-microsoft-gray-20;
$light-surface-elevated: $swatch-microsoft-white;
$light-text-primary: $swatch-microsoft-near-black;
$light-text-secondary: $swatch-microsoft-gray-160;
$light-text-tertiary: $swatch-microsoft-gray-130;
$light-primary: $swatch-communications-blue;
$light-primary-hover: $swatch-microsoft-blue;
$light-accent: $swatch-microsoft-blue;
$light-accent-hover: $swatch-communications-blue;
$light-warning: $swatch-microsoft-yellow;
$light-warning-hover: $swatch-microsoft-red;
$light-error: $swatch-microsoft-red;
$light-success: $swatch-microsoft-green;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-microsoft-near-black;
$dark-surface: $swatch-microsoft-black;
$dark-surface-elevated: $swatch-microsoft-gray-160;
$dark-text-primary: $swatch-microsoft-white;
$dark-text-secondary: $swatch-microsoft-gray-30;
$dark-text-tertiary: $swatch-microsoft-gray-130;
$dark-primary: $swatch-microsoft-blue;
$dark-primary-hover: $swatch-communications-blue;
$dark-accent: $swatch-communications-blue;
$dark-accent-hover: $swatch-microsoft-blue;
$dark-warning: $swatch-microsoft-yellow;
$dark-warning-hover: $swatch-microsoft-red;
$dark-error: $swatch-microsoft-red;
$dark-success: $swatch-microsoft-green;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-communications-blue;
$brand-on-identity: $swatch-microsoft-white;
$brand-primary: $swatch-communications-blue;
$brand-primary-hover: $swatch-microsoft-blue;
$brand-accent: $swatch-microsoft-blue;
$brand-background: $swatch-microsoft-white;
$brand-surface: $swatch-microsoft-gray-20;
$brand-text-primary: $swatch-microsoft-near-black;
$brand-text-secondary: $swatch-microsoft-gray-160;
$brand-logo-quadrant-red: $swatch-microsoft-red;
$brand-logo-quadrant-green: $swatch-microsoft-green;
$brand-logo-quadrant-blue: $swatch-microsoft-blue;
$brand-logo-quadrant-yellow: $swatch-microsoft-yellow;

// ─── Typography ───────────────────────────────────────
$font-heading: ('Segoe UI', system-ui, Inter, 'Helvetica Neue', Arial, sans-serif);
$font-body: ('Segoe UI', system-ui, Inter, 'Helvetica Neue', Arial, sans-serif);
$font-mono: ('CaskaydiaCove Nerd Font', 'Cascadia Code', 'JetBrains Mono', Menlo, Monaco, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "microsoft-red": $swatch-microsoft-red,
  "microsoft-green": $swatch-microsoft-green,
  "microsoft-blue": $swatch-microsoft-blue,
  "microsoft-yellow": $swatch-microsoft-yellow,
  "communications-blue": $swatch-communications-blue,
  "microsoft-black": $swatch-microsoft-black,
  "microsoft-near-black": $swatch-microsoft-near-black,
  "microsoft-gray-160": $swatch-microsoft-gray-160,
  "microsoft-gray-130": $swatch-microsoft-gray-130,
  "microsoft-gray-30": $swatch-microsoft-gray-30,
  "microsoft-gray-20": $swatch-microsoft-gray-20,
  "microsoft-white": $swatch-microsoft-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,
);
