// Microsoft Azure (azure@1.0.0)
// Palette: azure@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-azure-blue: #0078D4;
$swatch-azure-blue-dark: #005A9E;
$swatch-azure-blue-light: #50E6FF;
$swatch-azure-navy: #243A5E;
$swatch-azure-navy-deep: #0B2545;
$swatch-fluent-near-black: #1F1F1F;
$swatch-fluent-gray-160: #605E5C;
$swatch-fluent-gray-130: #8A8886;
$swatch-fluent-gray-30: #EDEBE9;
$swatch-fluent-gray-20: #F3F2F1;
$swatch-fluent-white: #FFFFFF;
$swatch-azure-error: #A4262C;
$swatch-azure-success: #107C10;
$swatch-azure-warning: #797673;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-fluent-white;
$light-surface: $swatch-fluent-gray-20;
$light-surface-elevated: $swatch-fluent-white;
$light-text-primary: $swatch-fluent-near-black;
$light-text-secondary: $swatch-fluent-gray-160;
$light-text-tertiary: $swatch-fluent-gray-130;
$light-primary: $swatch-azure-blue;
$light-primary-hover: $swatch-azure-blue-dark;
$light-accent: $swatch-azure-blue-light;
$light-accent-hover: $swatch-azure-blue;
$light-warning: $swatch-azure-warning;
$light-warning-hover: $swatch-azure-navy;
$light-error: $swatch-azure-error;
$light-success: $swatch-azure-success;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-azure-navy-deep;
$dark-surface: $swatch-azure-navy;
$dark-surface-elevated: $swatch-azure-blue-dark;
$dark-text-primary: $swatch-fluent-white;
$dark-text-secondary: $swatch-fluent-gray-30;
$dark-text-tertiary: $swatch-fluent-gray-130;
$dark-primary: $swatch-azure-blue;
$dark-primary-hover: $swatch-azure-blue-light;
$dark-accent: $swatch-azure-blue-light;
$dark-accent-hover: $swatch-azure-blue;
$dark-warning: $swatch-azure-warning;
$dark-warning-hover: $swatch-azure-navy;
$dark-error: $swatch-azure-error;
$dark-success: $swatch-azure-success;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-azure-blue;
$brand-on-identity: $swatch-fluent-white;
$brand-primary: $swatch-azure-blue;
$brand-primary-hover: $swatch-azure-blue-dark;
$brand-accent: $swatch-azure-blue-light;
$brand-accent-hover: $swatch-azure-blue;
$brand-background: $swatch-fluent-white;
$brand-surface: $swatch-fluent-gray-20;
$brand-surface-elevated: $swatch-fluent-white;
$brand-text-primary: $swatch-fluent-near-black;
$brand-text-secondary: $swatch-fluent-gray-160;
$brand-text-tertiary: $swatch-fluent-gray-130;
$brand-chrome: $swatch-azure-navy;
$brand-chrome-deep: $swatch-azure-navy-deep;
$brand-mark: $swatch-azure-blue;

// ─── 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: (
  "azure-blue": $swatch-azure-blue,
  "azure-blue-dark": $swatch-azure-blue-dark,
  "azure-blue-light": $swatch-azure-blue-light,
  "azure-navy": $swatch-azure-navy,
  "azure-navy-deep": $swatch-azure-navy-deep,
  "fluent-near-black": $swatch-fluent-near-black,
  "fluent-gray-160": $swatch-fluent-gray-160,
  "fluent-gray-130": $swatch-fluent-gray-130,
  "fluent-gray-30": $swatch-fluent-gray-30,
  "fluent-gray-20": $swatch-fluent-gray-20,
  "fluent-white": $swatch-fluent-white,
  "azure-error": $swatch-azure-error,
  "azure-success": $swatch-azure-success,
  "azure-warning": $swatch-azure-warning,
);

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