// Apple (apple@1.0.0)
// Palette: apple@1.0.0
// Fonts:   heading=sf-pro@1.0.0, body=sf-pro@1.0.0, mono=sf-pro@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-system-blue: #007AFF;
$swatch-system-brown: #A2845E;
$swatch-system-gray: #8E8E93;
$swatch-system-green: #34C759;
$swatch-system-indigo: #5856D6;
$swatch-system-mint: #00C7BE;
$swatch-system-orange: #FF9500;
$swatch-system-pink: #FF2D55;
$swatch-system-purple: #AF52DE;
$swatch-system-red: #FF3B30;
$swatch-system-teal: #30B0C7;
$swatch-system-yellow: #FFCC00;
$swatch-label: #000000;
$swatch-secondary-label: #3C3C43;
$swatch-tertiary-label: #3C3C434D;
$swatch-system-background: #FFFFFF;
$swatch-secondary-system-background: #F2F2F7;
$swatch-tertiary-system-background: #FFFFFF;
$swatch-system-background-dark: #000000;
$swatch-secondary-system-background-dark: #1C1C1E;
$swatch-tertiary-system-background-dark: #2C2C2E;
$swatch-label-dark: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-system-background;
$light-surface: $swatch-secondary-system-background;
$light-surface-elevated: $swatch-tertiary-system-background;
$light-text-primary: $swatch-label;
$light-text-secondary: $swatch-secondary-label;
$light-text-tertiary: $swatch-system-gray;
$light-primary: $swatch-system-blue;
$light-primary-hover: $swatch-system-blue;
$light-accent: $swatch-system-indigo;
$light-accent-hover: $swatch-system-purple;
$light-warning: $swatch-system-orange;
$light-warning-hover: $swatch-system-yellow;
$light-error: $swatch-system-red;
$light-success: $swatch-system-green;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-system-background-dark;
$dark-surface: $swatch-secondary-system-background-dark;
$dark-surface-elevated: $swatch-tertiary-system-background-dark;
$dark-text-primary: $swatch-label-dark;
$dark-text-secondary: $swatch-system-gray;
$dark-text-tertiary: $swatch-system-gray;
$dark-primary: $swatch-system-blue;
$dark-primary-hover: $swatch-system-blue;
$dark-accent: $swatch-system-indigo;
$dark-accent-hover: $swatch-system-purple;
$dark-warning: $swatch-system-orange;
$dark-warning-hover: $swatch-system-yellow;
$dark-error: $swatch-system-red;
$dark-success: $swatch-system-green;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-label;
$brand-on-identity: $swatch-system-background;
$brand-primary: $swatch-system-blue;
$brand-primary-hover: $swatch-system-blue;
$brand-accent: $swatch-system-indigo;
$brand-background: $swatch-system-background;
$brand-surface: $swatch-secondary-system-background;
$brand-surface-elevated: $swatch-tertiary-system-background;
$brand-text-primary: $swatch-label;
$brand-text-secondary: $swatch-secondary-label;
$brand-text-tertiary: $swatch-system-gray;

// ─── Typography ───────────────────────────────────────
$font-heading: ('SF Pro', Inter, 'Helvetica Neue', Arial, sans-serif);
$font-body: ('SF Pro', Inter, 'Helvetica Neue', Arial, sans-serif);
$font-mono: ('SF Pro', Inter, 'Helvetica Neue', Arial, sans-serif);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "system-blue": $swatch-system-blue,
  "system-brown": $swatch-system-brown,
  "system-gray": $swatch-system-gray,
  "system-green": $swatch-system-green,
  "system-indigo": $swatch-system-indigo,
  "system-mint": $swatch-system-mint,
  "system-orange": $swatch-system-orange,
  "system-pink": $swatch-system-pink,
  "system-purple": $swatch-system-purple,
  "system-red": $swatch-system-red,
  "system-teal": $swatch-system-teal,
  "system-yellow": $swatch-system-yellow,
  "label": $swatch-label,
  "secondary-label": $swatch-secondary-label,
  "tertiary-label": $swatch-tertiary-label,
  "system-background": $swatch-system-background,
  "secondary-system-background": $swatch-secondary-system-background,
  "tertiary-system-background": $swatch-tertiary-system-background,
  "system-background-dark": $swatch-system-background-dark,
  "secondary-system-background-dark": $swatch-secondary-system-background-dark,
  "tertiary-system-background-dark": $swatch-tertiary-system-background-dark,
  "label-dark": $swatch-label-dark,
);

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