// Spotify (spotify@1.0.0)
// Palette: spotify@1.0.0
// Fonts:   heading=spotify-circular@1.0.0, body=spotify-circular@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-spotify-green: #1ED760;
$swatch-spotify-green-legacy: #1DB954;
$swatch-spotify-green-pressed: #169C46;
$swatch-spotify-black: #000000;
$swatch-spotify-dark: #121212;
$swatch-spotify-elevated: #181818;
$swatch-spotify-gray: #535353;
$swatch-spotify-gray-light: #B3B3B3;
$swatch-spotify-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-spotify-white;
$light-surface: $swatch-spotify-white;
$light-surface-elevated: $swatch-spotify-white;
$light-text-primary: $swatch-spotify-black;
$light-text-secondary: $swatch-spotify-gray;
$light-text-tertiary: $swatch-spotify-gray-light;
$light-primary: $swatch-spotify-green;
$light-primary-hover: $swatch-spotify-green-pressed;
$light-accent: $swatch-spotify-green;
$light-accent-hover: $swatch-spotify-green-pressed;
$light-warning: $swatch-spotify-green-legacy;
$light-warning-hover: $swatch-spotify-green-pressed;
$light-error: $swatch-spotify-gray;
$light-success: $swatch-spotify-green;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-spotify-black;
$dark-surface: $swatch-spotify-dark;
$dark-surface-elevated: $swatch-spotify-elevated;
$dark-text-primary: $swatch-spotify-white;
$dark-text-secondary: $swatch-spotify-gray-light;
$dark-text-tertiary: $swatch-spotify-gray;
$dark-primary: $swatch-spotify-green;
$dark-primary-hover: $swatch-spotify-green-pressed;
$dark-accent: $swatch-spotify-green;
$dark-accent-hover: $swatch-spotify-green-pressed;
$dark-warning: $swatch-spotify-green-legacy;
$dark-warning-hover: $swatch-spotify-green-pressed;
$dark-error: $swatch-spotify-gray-light;
$dark-success: $swatch-spotify-green;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-spotify-black;
$brand-on-identity: $swatch-spotify-green;
$brand-background: $swatch-spotify-black;
$brand-surface: $swatch-spotify-dark;
$brand-surface-elevated: $swatch-spotify-elevated;
$brand-text-primary: $swatch-spotify-white;
$brand-text-secondary: $swatch-spotify-gray-light;
$brand-text-tertiary: $swatch-spotify-gray;
$brand-primary: $swatch-spotify-green;
$brand-primary-hover: $swatch-spotify-green-pressed;
$brand-accent: $swatch-spotify-green;
$brand-accent-hover: $swatch-spotify-green-pressed;
$brand-mark: $swatch-spotify-green;
$brand-text-emphasis: $swatch-spotify-white;
$brand-text-muted: $swatch-spotify-gray-light;

// ─── Typography ───────────────────────────────────────
$font-heading: ('Spotify Circular', 'Helvetica Neue', Helvetica, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif);
$font-body: ('Spotify Circular', 'Helvetica Neue', Helvetica, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif);
$font-mono: ('JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "spotify-green": $swatch-spotify-green,
  "spotify-green-legacy": $swatch-spotify-green-legacy,
  "spotify-green-pressed": $swatch-spotify-green-pressed,
  "spotify-black": $swatch-spotify-black,
  "spotify-dark": $swatch-spotify-dark,
  "spotify-elevated": $swatch-spotify-elevated,
  "spotify-gray": $swatch-spotify-gray,
  "spotify-gray-light": $swatch-spotify-gray-light,
  "spotify-white": $swatch-spotify-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,
);

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