// Stripe (stripe@1.0.0)
// Palette: stripe@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-stripe-purple: #635BFF;
$swatch-stripe-purple-pressed: #533AFD;
$swatch-stripe-purple-soft: #E8E9FF;
$swatch-stripe-slate-100: #061B31;
$swatch-stripe-slate-90: #0A2540;
$swatch-stripe-slate-70: #3C4F69;
$swatch-stripe-slate-50: #425466;
$swatch-stripe-slate-30: #667691;
$swatch-stripe-white: #FFFFFF;
$swatch-stripe-fog-0: #F6F9FC;
$swatch-stripe-fog-1: #E5EDF5;
$swatch-stripe-fog-2: #CFD7DF;
$swatch-stripe-green: #2CA25E;
$swatch-stripe-orange: #E17A38;
$swatch-stripe-magenta: #F44BCC;
$swatch-stripe-pink: #FF5996;
$swatch-stripe-red: #EA2261;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-stripe-fog-0;
$light-surface: $swatch-stripe-white;
$light-surface-elevated: $swatch-stripe-white;
$light-text-primary: $swatch-stripe-slate-90;
$light-text-secondary: $swatch-stripe-slate-50;
$light-text-tertiary: $swatch-stripe-slate-30;
$light-primary: $swatch-stripe-purple;
$light-primary-hover: $swatch-stripe-purple-pressed;
$light-accent: $swatch-stripe-purple;
$light-accent-hover: $swatch-stripe-purple-pressed;
$light-warning: $swatch-stripe-orange;
$light-warning-hover: $swatch-stripe-orange;
$light-error: $swatch-stripe-red;
$light-success: $swatch-stripe-green;
$light-border: $swatch-stripe-fog-2;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-stripe-slate-100;
$dark-surface: $swatch-stripe-slate-90;
$dark-surface-elevated: $swatch-stripe-slate-70;
$dark-text-primary: $swatch-stripe-white;
$dark-text-secondary: $swatch-stripe-fog-1;
$dark-text-tertiary: $swatch-stripe-slate-30;
$dark-primary: $swatch-stripe-purple;
$dark-primary-hover: $swatch-stripe-purple-soft;
$dark-accent: $swatch-stripe-purple;
$dark-accent-hover: $swatch-stripe-purple-soft;
$dark-warning: $swatch-stripe-orange;
$dark-warning-hover: $swatch-stripe-orange;
$dark-error: $swatch-stripe-pink;
$dark-success: $swatch-stripe-green;
$dark-border: $swatch-stripe-slate-70;

// ─── Brand-level color role overrides ─────────────────
$brand-primary: $swatch-stripe-purple;
$brand-primary-hover: $swatch-stripe-purple-pressed;
$brand-accent: $swatch-stripe-purple;
$brand-accent-hover: $swatch-stripe-purple-pressed;
$brand-success: $swatch-stripe-green;
$brand-warning: $swatch-stripe-orange;
$brand-error: $swatch-stripe-red;
$brand-text-primary-light: $swatch-stripe-slate-90;
$brand-text-primary-dark: $swatch-stripe-white;
$brand-background-light: $swatch-stripe-fog-0;
$brand-background-dark: $swatch-stripe-slate-100;
$brand-surface-light: $swatch-stripe-white;
$brand-surface-dark: $swatch-stripe-slate-90;

// ─── 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: (
  "stripe-purple": $swatch-stripe-purple,
  "stripe-purple-pressed": $swatch-stripe-purple-pressed,
  "stripe-purple-soft": $swatch-stripe-purple-soft,
  "stripe-slate-100": $swatch-stripe-slate-100,
  "stripe-slate-90": $swatch-stripe-slate-90,
  "stripe-slate-70": $swatch-stripe-slate-70,
  "stripe-slate-50": $swatch-stripe-slate-50,
  "stripe-slate-30": $swatch-stripe-slate-30,
  "stripe-white": $swatch-stripe-white,
  "stripe-fog-0": $swatch-stripe-fog-0,
  "stripe-fog-1": $swatch-stripe-fog-1,
  "stripe-fog-2": $swatch-stripe-fog-2,
  "stripe-green": $swatch-stripe-green,
  "stripe-orange": $swatch-stripe-orange,
  "stripe-magenta": $swatch-stripe-magenta,
  "stripe-pink": $swatch-stripe-pink,
  "stripe-red": $swatch-stripe-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,
  "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,
);
