// Coursera (coursera@1.0.0)
// Palette: coursera@1.0.0
// Fonts:   heading=source-sans-3@1.0.0, body=source-sans-3@1.0.0, mono=source-code-pro@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-coursera-blue: #0056D2;
$swatch-bluish-white: #F3F8FF;
$swatch-blue-dark: #003C8F;
$swatch-blue-pale: #E3EEFF;
$swatch-blue-deep: #002761;
$swatch-ink-50: #1F1F1F;
$swatch-ink-100: #303030;
$swatch-ink-300: #616161;
$swatch-ink-500: #757575;
$swatch-ink-700: #9E9E9E;
$swatch-white: #FFFFFF;
$swatch-surface: #FAFAFA;
$swatch-surface-2: #F5F5F5;
$swatch-border: #E0E0E0;
$swatch-success: #1B8057;
$swatch-warning: #F28100;
$swatch-error: #F44336;
$swatch-error-deep: #66000F;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-bluish-white;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-ink-50;
$light-text-secondary: $swatch-ink-300;
$light-text-tertiary: $swatch-ink-500;
$light-primary: $swatch-coursera-blue;
$light-primary-hover: $swatch-blue-dark;
$light-accent: $swatch-coursera-blue;
$light-accent-hover: $swatch-blue-dark;
$light-warning: $swatch-warning;
$light-warning-hover: $swatch-warning;
$light-error: $swatch-error;
$light-success: $swatch-success;
$light-border: $swatch-border;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-ink-50;
$dark-surface: $swatch-ink-100;
$dark-surface-elevated: $swatch-ink-300;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-surface-2;
$dark-text-tertiary: $swatch-ink-700;
$dark-primary: $swatch-coursera-blue;
$dark-primary-hover: $swatch-bluish-white;
$dark-accent: $swatch-bluish-white;
$dark-accent-hover: $swatch-blue-pale;
$dark-warning: $swatch-warning;
$dark-warning-hover: $swatch-warning;
$dark-error: $swatch-error;
$dark-success: $swatch-success;
$dark-border: $swatch-ink-300;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-white;
$brand-on-identity: $swatch-ink-50;
$brand-primary: $swatch-coursera-blue;
$brand-primary-hover: $swatch-blue-dark;
$brand-accent: $swatch-coursera-blue;
$brand-accent-hover: $swatch-blue-dark;
$brand-mark: $swatch-coursera-blue;
$brand-success: $swatch-success;
$brand-warning: $swatch-warning;
$brand-error: $swatch-error;
$brand-text-primary-light: $swatch-ink-50;
$brand-text-primary-dark: $swatch-white;
$brand-background-light: $swatch-white;
$brand-background-dark: $swatch-ink-50;
$brand-surface-light: $swatch-bluish-white;
$brand-surface-dark: $swatch-ink-100;
$brand-text-secondary-light: $swatch-ink-300;
$brand-text-tertiary-light: $swatch-ink-500;
$brand-border-light: $swatch-border;

// ─── Typography ───────────────────────────────────────
$font-heading: ('Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-body: ('Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
$font-mono: ('Source Code Pro', ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "coursera-blue": $swatch-coursera-blue,
  "bluish-white": $swatch-bluish-white,
  "blue-dark": $swatch-blue-dark,
  "blue-pale": $swatch-blue-pale,
  "blue-deep": $swatch-blue-deep,
  "ink-50": $swatch-ink-50,
  "ink-100": $swatch-ink-100,
  "ink-300": $swatch-ink-300,
  "ink-500": $swatch-ink-500,
  "ink-700": $swatch-ink-700,
  "white": $swatch-white,
  "surface": $swatch-surface,
  "surface-2": $swatch-surface-2,
  "border": $swatch-border,
  "success": $swatch-success,
  "warning": $swatch-warning,
  "error": $swatch-error,
  "error-deep": $swatch-error-deep,
);

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