// Bluesky (bluesky@1.0.0)
// Palette: bluesky@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-bluesky-blue: #0085FF;
$swatch-bluesky-blue-dark: #0068C9;
$swatch-bluesky-blue-light: #4FA9FF;
$swatch-bluesky-white: #FFFFFF;
$swatch-bluesky-near-white: #F1F3F5;
$swatch-bluesky-text-primary: #0B0F14;
$swatch-bluesky-text-secondary: #42576C;
$swatch-bluesky-text-tertiary: #788EA4;
$swatch-bluesky-divider-light: #D4DBE2;
$swatch-bluesky-canvas-dark: #0B0F14;
$swatch-bluesky-surface-dark: #161E27;
$swatch-bluesky-surface-elevated-dark: #1E2936;
$swatch-bluesky-text-on-dark: #F1F3F5;
$swatch-bluesky-text-secondary-dark: #A5B6C8;
$swatch-bluesky-divider-dark: #2C3A4A;
$swatch-bluesky-green: #1A7F37;
$swatch-bluesky-yellow: #D9A026;
$swatch-bluesky-red: #E5484D;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-bluesky-white;
$light-surface: $swatch-bluesky-near-white;
$light-surface-elevated: $swatch-bluesky-white;
$light-text-primary: $swatch-bluesky-text-primary;
$light-text-secondary: $swatch-bluesky-text-secondary;
$light-text-tertiary: $swatch-bluesky-text-tertiary;
$light-primary: $swatch-bluesky-blue;
$light-primary-hover: $swatch-bluesky-blue-dark;
$light-accent: $swatch-bluesky-blue;
$light-accent-hover: $swatch-bluesky-blue-dark;
$light-warning: $swatch-bluesky-yellow;
$light-warning-hover: $swatch-bluesky-yellow;
$light-error: $swatch-bluesky-red;
$light-success: $swatch-bluesky-green;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-bluesky-canvas-dark;
$dark-surface: $swatch-bluesky-surface-dark;
$dark-surface-elevated: $swatch-bluesky-surface-elevated-dark;
$dark-text-primary: $swatch-bluesky-text-on-dark;
$dark-text-secondary: $swatch-bluesky-text-secondary-dark;
$dark-text-tertiary: $swatch-bluesky-text-secondary-dark;
$dark-primary: $swatch-bluesky-blue-light;
$dark-primary-hover: $swatch-bluesky-blue;
$dark-accent: $swatch-bluesky-blue-light;
$dark-accent-hover: $swatch-bluesky-blue;
$dark-warning: $swatch-bluesky-yellow;
$dark-warning-hover: $swatch-bluesky-yellow;
$dark-error: $swatch-bluesky-red;
$dark-success: $swatch-bluesky-green;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-bluesky-blue;
$brand-on-identity: $swatch-bluesky-white;
$brand-primary: $swatch-bluesky-blue;
$brand-primary-hover: $swatch-bluesky-blue-dark;
$brand-accent: $swatch-bluesky-blue;
$brand-accent-hover: $swatch-bluesky-blue-dark;
$brand-success: $swatch-bluesky-green;
$brand-warning: $swatch-bluesky-yellow;
$brand-error: $swatch-bluesky-red;
$brand-background-light: $swatch-bluesky-white;
$brand-background-dark: $swatch-bluesky-canvas-dark;
$brand-surface-light: $swatch-bluesky-near-white;
$brand-surface-dark: $swatch-bluesky-surface-dark;
$brand-surface-elevated-dark: $swatch-bluesky-surface-elevated-dark;
$brand-text-primary-light: $swatch-bluesky-text-primary;
$brand-text-primary-dark: $swatch-bluesky-text-on-dark;
$brand-text-secondary-light: $swatch-bluesky-text-secondary;
$brand-text-secondary-dark: $swatch-bluesky-text-secondary-dark;
$brand-divider-light: $swatch-bluesky-divider-light;
$brand-divider-dark: $swatch-bluesky-divider-dark;

// ─── 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: (
  "bluesky-blue": $swatch-bluesky-blue,
  "bluesky-blue-dark": $swatch-bluesky-blue-dark,
  "bluesky-blue-light": $swatch-bluesky-blue-light,
  "bluesky-white": $swatch-bluesky-white,
  "bluesky-near-white": $swatch-bluesky-near-white,
  "bluesky-text-primary": $swatch-bluesky-text-primary,
  "bluesky-text-secondary": $swatch-bluesky-text-secondary,
  "bluesky-text-tertiary": $swatch-bluesky-text-tertiary,
  "bluesky-divider-light": $swatch-bluesky-divider-light,
  "bluesky-canvas-dark": $swatch-bluesky-canvas-dark,
  "bluesky-surface-dark": $swatch-bluesky-surface-dark,
  "bluesky-surface-elevated-dark": $swatch-bluesky-surface-elevated-dark,
  "bluesky-text-on-dark": $swatch-bluesky-text-on-dark,
  "bluesky-text-secondary-dark": $swatch-bluesky-text-secondary-dark,
  "bluesky-divider-dark": $swatch-bluesky-divider-dark,
  "bluesky-green": $swatch-bluesky-green,
  "bluesky-yellow": $swatch-bluesky-yellow,
  "bluesky-red": $swatch-bluesky-red,
);

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