// Docker (docker@1.0.0)
// Palette: docker@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-docker-blue: #2496ED;
$swatch-docker-blue-bright: #0DB7ED;
$swatch-docker-navy: #0A1F44;
$swatch-docker-navy-deep: #06122A;
$swatch-docker-blue-dark: #1769A6;
$swatch-docker-ink: #17191E;
$swatch-docker-gray: #677285;
$swatch-docker-gray-light: #8993A5;
$swatch-docker-surface: #F4F6F9;
$swatch-docker-border: #E1E2E6;
$swatch-docker-white: #FFFFFF;
$swatch-docker-success: #1CB97A;
$swatch-docker-warning: #F2A33A;
$swatch-docker-error: #E2574C;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-docker-white;
$light-surface: $swatch-docker-surface;
$light-surface-elevated: $swatch-docker-white;
$light-text-primary: $swatch-docker-ink;
$light-text-secondary: $swatch-docker-gray;
$light-text-tertiary: $swatch-docker-gray-light;
$light-primary: $swatch-docker-blue;
$light-primary-hover: $swatch-docker-blue-dark;
$light-accent: $swatch-docker-blue-bright;
$light-accent-hover: $swatch-docker-blue;
$light-warning: $swatch-docker-warning;
$light-warning-hover: $swatch-docker-error;
$light-error: $swatch-docker-error;
$light-success: $swatch-docker-success;
$light-border: $swatch-docker-border;

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

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-docker-blue;
$brand-on-identity: $swatch-docker-white;
$brand-primary: $swatch-docker-blue;
$brand-primary-hover: $swatch-docker-blue-dark;
$brand-accent: $swatch-docker-blue-bright;
$brand-accent-hover: $swatch-docker-blue;
$brand-background: $swatch-docker-white;
$brand-surface: $swatch-docker-surface;
$brand-surface-elevated: $swatch-docker-white;
$brand-text-primary: $swatch-docker-ink;
$brand-text-secondary: $swatch-docker-gray;
$brand-text-tertiary: $swatch-docker-gray-light;
$brand-chrome: $swatch-docker-navy;
$brand-chrome-deep: $swatch-docker-navy-deep;
$brand-mark: $swatch-docker-blue;

// ─── 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: (
  "docker-blue": $swatch-docker-blue,
  "docker-blue-bright": $swatch-docker-blue-bright,
  "docker-navy": $swatch-docker-navy,
  "docker-navy-deep": $swatch-docker-navy-deep,
  "docker-blue-dark": $swatch-docker-blue-dark,
  "docker-ink": $swatch-docker-ink,
  "docker-gray": $swatch-docker-gray,
  "docker-gray-light": $swatch-docker-gray-light,
  "docker-surface": $swatch-docker-surface,
  "docker-border": $swatch-docker-border,
  "docker-white": $swatch-docker-white,
  "docker-success": $swatch-docker-success,
  "docker-warning": $swatch-docker-warning,
  "docker-error": $swatch-docker-error,
);

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