// HashiCorp (hashicorp@1.0.0)
// Palette: hashicorp@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-hashicorp-yellow: #FFCD00;
$swatch-hashicorp-yellow-dark: #D9AE00;
$swatch-hashicorp-black: #000000;
$swatch-hashicorp-canvas: #0E0E10;
$swatch-hashicorp-canvas-deep: #050507;
$swatch-terraform-purple: #7B42BC;
$swatch-vault-yellow: #FFEC6E;
$swatch-consul-magenta: #E03875;
$swatch-nomad-green: #00CA8E;
$swatch-boundary-pink: #F24C53;
$swatch-packer-blue: #1DAEFF;
$swatch-waypoint-sky: #14C6CB;
$swatch-hashicorp-ink: #1B1B1F;
$swatch-hashicorp-gray: #6F7682;
$swatch-hashicorp-gray-light: #9CA0A8;
$swatch-hashicorp-surface: #F4F4F7;
$swatch-hashicorp-border: #DDDFE4;
$swatch-hashicorp-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-hashicorp-white;
$light-surface: $swatch-hashicorp-surface;
$light-surface-elevated: $swatch-hashicorp-white;
$light-text-primary: $swatch-hashicorp-ink;
$light-text-secondary: $swatch-hashicorp-gray;
$light-text-tertiary: $swatch-hashicorp-gray-light;
$light-primary: $swatch-hashicorp-yellow;
$light-primary-hover: $swatch-hashicorp-yellow-dark;
$light-accent: $swatch-terraform-purple;
$light-accent-hover: $swatch-consul-magenta;
$light-warning: $swatch-vault-yellow;
$light-warning-hover: $swatch-hashicorp-yellow-dark;
$light-error: $swatch-boundary-pink;
$light-success: $swatch-nomad-green;
$light-border: $swatch-hashicorp-border;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-hashicorp-canvas-deep;
$dark-surface: $swatch-hashicorp-canvas;
$dark-surface-elevated: $swatch-hashicorp-black;
$dark-text-primary: $swatch-hashicorp-white;
$dark-text-secondary: $swatch-hashicorp-surface;
$dark-text-tertiary: $swatch-hashicorp-gray-light;
$dark-primary: $swatch-hashicorp-yellow;
$dark-primary-hover: $swatch-hashicorp-yellow-dark;
$dark-accent: $swatch-terraform-purple;
$dark-accent-hover: $swatch-consul-magenta;
$dark-warning: $swatch-vault-yellow;
$dark-warning-hover: $swatch-hashicorp-yellow-dark;
$dark-error: $swatch-boundary-pink;
$dark-success: $swatch-nomad-green;
$dark-border: $swatch-hashicorp-canvas;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-hashicorp-canvas;
$brand-on-identity: $swatch-hashicorp-yellow;
$brand-primary: $swatch-hashicorp-yellow;
$brand-primary-hover: $swatch-hashicorp-yellow-dark;
$brand-accent: $swatch-terraform-purple;
$brand-accent-hover: $swatch-consul-magenta;
$brand-background: $swatch-hashicorp-white;
$brand-surface: $swatch-hashicorp-surface;
$brand-surface-elevated: $swatch-hashicorp-white;
$brand-text-primary: $swatch-hashicorp-ink;
$brand-text-secondary: $swatch-hashicorp-gray;
$brand-text-tertiary: $swatch-hashicorp-gray-light;
$brand-chrome: $swatch-hashicorp-canvas;
$brand-chrome-deep: $swatch-hashicorp-canvas-deep;
$brand-product-terraform: $swatch-terraform-purple;
$brand-product-vault: $swatch-vault-yellow;
$brand-product-consul: $swatch-consul-magenta;
$brand-product-nomad: $swatch-nomad-green;
$brand-product-boundary: $swatch-boundary-pink;
$brand-product-packer: $swatch-packer-blue;
$brand-product-waypoint: $swatch-waypoint-sky;
$brand-mark: $swatch-hashicorp-yellow;

// ─── 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: (
  "hashicorp-yellow": $swatch-hashicorp-yellow,
  "hashicorp-yellow-dark": $swatch-hashicorp-yellow-dark,
  "hashicorp-black": $swatch-hashicorp-black,
  "hashicorp-canvas": $swatch-hashicorp-canvas,
  "hashicorp-canvas-deep": $swatch-hashicorp-canvas-deep,
  "terraform-purple": $swatch-terraform-purple,
  "vault-yellow": $swatch-vault-yellow,
  "consul-magenta": $swatch-consul-magenta,
  "nomad-green": $swatch-nomad-green,
  "boundary-pink": $swatch-boundary-pink,
  "packer-blue": $swatch-packer-blue,
  "waypoint-sky": $swatch-waypoint-sky,
  "hashicorp-ink": $swatch-hashicorp-ink,
  "hashicorp-gray": $swatch-hashicorp-gray,
  "hashicorp-gray-light": $swatch-hashicorp-gray-light,
  "hashicorp-surface": $swatch-hashicorp-surface,
  "hashicorp-border": $swatch-hashicorp-border,
  "hashicorp-white": $swatch-hashicorp-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,
);
