// PlayStation (playstation@1.0.0)
// Palette: playstation@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-ps-blue: #0070CC;
$swatch-ps-blue-link: #0068BD;
$swatch-ps-blue-hover: #0064B7;
$swatch-ps-blue-active: #005DAA;
$swatch-ps-blue-deep: #003697;
$swatch-ps-blue-bright: #31A1FF;
$swatch-ps-blue-pale: #D4DCE9;
$swatch-ps-blue-paler: #EBEEF0;
$swatch-ink: #121314;
$swatch-ink-deep: #090A0A;
$swatch-ink-surface: #17181A;
$swatch-ink-surface-high: #1F2024;
$swatch-ink-divider: #2C2D33;
$swatch-paper: #FFFFFF;
$swatch-paper-surface: #F5F7FA;
$swatch-paper-divider: #F3F3F3;
$swatch-ash-text: #1F1F1F;
$swatch-ash-secondary: #6B6B6B;
$swatch-ash-tertiary: #969799;
$swatch-ash-disabled: #D2D4D9;
$swatch-ash-secondary-dark: #B2B2B2;
$swatch-ps-orange: #D63D00;
$swatch-ps-orange-base: #D53B00;
$swatch-ps-orange-hover: #C03500;
$swatch-ps-orange-active: #AA2F00;
$swatch-ps-plus-yellow: #FCC71D;
$swatch-ps-warning: #C81B3A;
$swatch-ps-success: #007A62;
$swatch-ps-hint-pink: #CB2070;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-paper;
$light-surface: $swatch-paper-surface;
$light-surface-elevated: $swatch-paper;
$light-text-primary: $swatch-ash-text;
$light-text-secondary: $swatch-ash-secondary;
$light-text-tertiary: $swatch-ash-tertiary;
$light-primary: $swatch-ps-blue;
$light-primary-hover: $swatch-ps-blue-hover;
$light-accent: $swatch-ps-blue-link;
$light-accent-hover: $swatch-ps-blue-active;
$light-warning: $swatch-ps-orange;
$light-warning-hover: $swatch-ps-orange-active;
$light-error: $swatch-ps-warning;
$light-success: $swatch-ps-success;
$light-border: $swatch-paper-divider;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-ink;
$dark-surface: $swatch-ink-surface;
$dark-surface-elevated: $swatch-ink-surface-high;
$dark-text-primary: $swatch-paper;
$dark-text-secondary: $swatch-ash-secondary-dark;
$dark-text-tertiary: $swatch-ash-secondary;
$dark-primary: $swatch-ps-blue;
$dark-primary-hover: $swatch-ps-blue-bright;
$dark-accent: $swatch-ps-blue-bright;
$dark-accent-hover: $swatch-ps-blue;
$dark-warning: $swatch-ps-orange;
$dark-warning-hover: $swatch-ps-orange-active;
$dark-error: $swatch-ps-warning;
$dark-success: $swatch-ps-success;
$dark-border: $swatch-ink-divider;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-ink;
$brand-on-identity: $swatch-ps-blue-bright;
$brand-primary: $swatch-ps-blue;
$brand-primary-hover: $swatch-ps-blue-hover;
$brand-accent: $swatch-ps-blue-link;
$brand-accent-hover: $swatch-ps-blue-active;
$brand-mark: $swatch-paper;
$brand-success: $swatch-ps-success;
$brand-warning: $swatch-ps-orange;
$brand-error: $swatch-ps-warning;
$brand-text-primary-light: $swatch-ash-text;
$brand-text-primary-dark: $swatch-paper;
$brand-background-light: $swatch-paper;
$brand-background-dark: $swatch-ink;
$brand-surface-light: $swatch-paper-surface;
$brand-surface-dark: $swatch-ink-surface;
$brand-text-secondary-light: $swatch-ash-secondary;
$brand-text-tertiary-light: $swatch-ash-tertiary;
$brand-border-light: $swatch-paper-divider;

// ─── 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: (
  "ps-blue": $swatch-ps-blue,
  "ps-blue-link": $swatch-ps-blue-link,
  "ps-blue-hover": $swatch-ps-blue-hover,
  "ps-blue-active": $swatch-ps-blue-active,
  "ps-blue-deep": $swatch-ps-blue-deep,
  "ps-blue-bright": $swatch-ps-blue-bright,
  "ps-blue-pale": $swatch-ps-blue-pale,
  "ps-blue-paler": $swatch-ps-blue-paler,
  "ink": $swatch-ink,
  "ink-deep": $swatch-ink-deep,
  "ink-surface": $swatch-ink-surface,
  "ink-surface-high": $swatch-ink-surface-high,
  "ink-divider": $swatch-ink-divider,
  "paper": $swatch-paper,
  "paper-surface": $swatch-paper-surface,
  "paper-divider": $swatch-paper-divider,
  "ash-text": $swatch-ash-text,
  "ash-secondary": $swatch-ash-secondary,
  "ash-tertiary": $swatch-ash-tertiary,
  "ash-disabled": $swatch-ash-disabled,
  "ash-secondary-dark": $swatch-ash-secondary-dark,
  "ps-orange": $swatch-ps-orange,
  "ps-orange-base": $swatch-ps-orange-base,
  "ps-orange-hover": $swatch-ps-orange-hover,
  "ps-orange-active": $swatch-ps-orange-active,
  "ps-plus-yellow": $swatch-ps-plus-yellow,
  "ps-warning": $swatch-ps-warning,
  "ps-success": $swatch-ps-success,
  "ps-hint-pink": $swatch-ps-hint-pink,
);

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