// GOV.UK Design System (govuk@1.0.0)
// Palette: govuk@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=roboto-mono@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-text: #0B0C0C;
$swatch-secondary-text: #484949;
$swatch-link: #1A65A6;
$swatch-link-hover: #0F385C;
$swatch-link-visited: #54319F;
$swatch-link-active: #0B0C0C;
$swatch-border: #CECECE;
$swatch-input-border: #0B0C0C;
$swatch-hover: #CECECE;
$swatch-focus: #FFDD00;
$swatch-focus-text: #0B0C0C;
$swatch-error: #CA3535;
$swatch-success: #0F7A52;
$swatch-brand: #1D70B8;
$swatch-body-background: #FFFFFF;
$swatch-template-background: #F4F8FB;
$swatch-surface-background: #F4F8FB;
$swatch-surface-text: #0B0C0C;
$swatch-surface-border: #8EB8DC;
$swatch-web-blue: #1D70B8;
$swatch-web-green: #0F7A52;
$swatch-web-teal: #158187;
$swatch-web-purple: #54319F;
$swatch-web-magenta: #CA357C;
$swatch-web-red: #CA3535;
$swatch-web-orange: #F47738;
$swatch-web-yellow: #FFDD00;
$swatch-web-brown: #99704A;
$swatch-web-black: #0B0C0C;
$swatch-web-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-body-background;
$light-surface: $swatch-template-background;
$light-surface-elevated: $swatch-body-background;
$light-text-primary: $swatch-text;
$light-text-secondary: $swatch-secondary-text;
$light-text-tertiary: $swatch-secondary-text;
$light-primary: $swatch-brand;
$light-primary-hover: $swatch-link-hover;
$light-accent: $swatch-focus;
$light-accent-hover: $swatch-focus;
$light-warning: $swatch-web-orange;
$light-warning-hover: $swatch-web-orange;
$light-error: $swatch-error;
$light-success: $swatch-success;
$light-border: $swatch-border;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-text;
$dark-surface: $swatch-text;
$dark-surface-elevated: $swatch-secondary-text;
$dark-text-primary: $swatch-body-background;
$dark-text-secondary: $swatch-border;
$dark-text-tertiary: $swatch-border;
$dark-primary: $swatch-web-blue;
$dark-primary-hover: $swatch-web-blue;
$dark-accent: $swatch-focus;
$dark-accent-hover: $swatch-focus;
$dark-warning: $swatch-web-orange;
$dark-warning-hover: $swatch-web-orange;
$dark-error: $swatch-error;
$dark-success: $swatch-success;
$dark-border: $swatch-secondary-text;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-body-background;
$brand-on-identity: $swatch-text;
$brand-primary: $swatch-brand;
$brand-primary-hover: $swatch-link-hover;
$brand-accent: $swatch-focus;
$brand-accent-hover: $swatch-focus;
$brand-mark: $swatch-text;
$brand-success: $swatch-success;
$brand-warning: $swatch-web-orange;
$brand-error: $swatch-error;
$brand-text-primary-light: $swatch-text;
$brand-text-primary-dark: $swatch-body-background;
$brand-background-light: $swatch-body-background;
$brand-background-dark: $swatch-text;
$brand-surface-light: $swatch-template-background;
$brand-surface-dark: $swatch-text;
$brand-text-secondary-light: $swatch-secondary-text;
$brand-text-tertiary-light: $swatch-secondary-text;
$brand-border-light: $swatch-border;

// ─── 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: ('Roboto Mono', SFMono-Regular, Menlo, Consolas, 'Liberation Mono', 'Courier New', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "text": $swatch-text,
  "secondary-text": $swatch-secondary-text,
  "link": $swatch-link,
  "link-hover": $swatch-link-hover,
  "link-visited": $swatch-link-visited,
  "link-active": $swatch-link-active,
  "border": $swatch-border,
  "input-border": $swatch-input-border,
  "hover": $swatch-hover,
  "focus": $swatch-focus,
  "focus-text": $swatch-focus-text,
  "error": $swatch-error,
  "success": $swatch-success,
  "brand": $swatch-brand,
  "body-background": $swatch-body-background,
  "template-background": $swatch-template-background,
  "surface-background": $swatch-surface-background,
  "surface-text": $swatch-surface-text,
  "surface-border": $swatch-surface-border,
  "web-blue": $swatch-web-blue,
  "web-green": $swatch-web-green,
  "web-teal": $swatch-web-teal,
  "web-purple": $swatch-web-purple,
  "web-magenta": $swatch-web-magenta,
  "web-red": $swatch-web-red,
  "web-orange": $swatch-web-orange,
  "web-yellow": $swatch-web-yellow,
  "web-brown": $swatch-web-brown,
  "web-black": $swatch-web-black,
  "web-white": $swatch-web-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,
  "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,
);
