// Oxford (oxford@1.0.0)
// Palette: oxford@1.0.0
// Fonts:   heading=inter@1.0.0, body=inter@1.0.0, serif=lora@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
// Generated by brand-atoms converter — do not edit by hand.

// ─── Swatches ─────────────────────────────────────────
$swatch-oxford-blue: #002147;
$swatch-white: #FFFFFF;
$swatch-oxford-off-white: #F2F0F0;
$swatch-oxford-ash-grey: #61615F;
$swatch-oxford-umber: #89827A;
$swatch-oxford-stone-grey: #D9D8D6;
$swatch-oxford-shell-grey: #F1EEE9;
$swatch-oxford-charcoal: #211D1C;
$swatch-oxford-cerulean-blue: #49B6FF;
$swatch-oxford-lemon-yellow: #F7EF66;
$swatch-oxford-mauve: #776885;
$swatch-oxford-peach: #E08D79;
$swatch-oxford-potters-pink: #ED9390;
$swatch-oxford-dusk: #C4A29E;
$swatch-oxford-lilac: #D1BDD5;
$swatch-oxford-sienna: #994636;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-white;
$light-surface: $swatch-oxford-shell-grey;
$light-surface-elevated: $swatch-white;
$light-text-primary: $swatch-oxford-charcoal;
$light-text-secondary: $swatch-oxford-ash-grey;
$light-text-tertiary: $swatch-oxford-umber;
$light-primary: $swatch-oxford-blue;
$light-primary-hover: $swatch-oxford-charcoal;
$light-accent: $swatch-oxford-cerulean-blue;
$light-accent-hover: $swatch-oxford-blue;
$light-warning: $swatch-oxford-lemon-yellow;
$light-warning-hover: $swatch-oxford-peach;
$light-error: $swatch-oxford-sienna;
$light-success: $swatch-oxford-blue;
$light-border: $swatch-oxford-stone-grey;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-oxford-charcoal;
$dark-surface: $swatch-oxford-ash-grey;
$dark-surface-elevated: $swatch-oxford-umber;
$dark-text-primary: $swatch-white;
$dark-text-secondary: $swatch-oxford-stone-grey;
$dark-text-tertiary: $swatch-oxford-shell-grey;
$dark-primary: $swatch-oxford-cerulean-blue;
$dark-primary-hover: $swatch-oxford-blue;
$dark-accent: $swatch-oxford-cerulean-blue;
$dark-accent-hover: $swatch-oxford-blue;
$dark-warning: $swatch-oxford-lemon-yellow;
$dark-warning-hover: $swatch-oxford-peach;
$dark-error: $swatch-oxford-sienna;
$dark-success: $swatch-oxford-cerulean-blue;
$dark-border: $swatch-oxford-ash-grey;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-white;
$brand-on-identity: $swatch-oxford-charcoal;
$brand-primary: $swatch-oxford-blue;
$brand-primary-hover: $swatch-oxford-charcoal;
$brand-accent: $swatch-oxford-cerulean-blue;
$brand-accent-hover: $swatch-oxford-blue;
$brand-mark: $swatch-oxford-blue;
$brand-success: $swatch-oxford-blue;
$brand-warning: $swatch-oxford-lemon-yellow;
$brand-error: $swatch-oxford-sienna;
$brand-text-primary-light: $swatch-oxford-charcoal;
$brand-text-primary-dark: $swatch-white;
$brand-background-light: $swatch-white;
$brand-background-dark: $swatch-oxford-charcoal;
$brand-surface-light: $swatch-oxford-shell-grey;
$brand-surface-dark: $swatch-oxford-ash-grey;
$brand-text-secondary-light: $swatch-oxford-ash-grey;
$brand-text-tertiary-light: $swatch-oxford-umber;
$brand-border-light: $swatch-oxford-stone-grey;

// ─── 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-serif: (Lora, 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', serif);
$font-mono: ('JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "oxford-blue": $swatch-oxford-blue,
  "white": $swatch-white,
  "oxford-off-white": $swatch-oxford-off-white,
  "oxford-ash-grey": $swatch-oxford-ash-grey,
  "oxford-umber": $swatch-oxford-umber,
  "oxford-stone-grey": $swatch-oxford-stone-grey,
  "oxford-shell-grey": $swatch-oxford-shell-grey,
  "oxford-charcoal": $swatch-oxford-charcoal,
  "oxford-cerulean-blue": $swatch-oxford-cerulean-blue,
  "oxford-lemon-yellow": $swatch-oxford-lemon-yellow,
  "oxford-mauve": $swatch-oxford-mauve,
  "oxford-peach": $swatch-oxford-peach,
  "oxford-potters-pink": $swatch-oxford-potters-pink,
  "oxford-dusk": $swatch-oxford-dusk,
  "oxford-lilac": $swatch-oxford-lilac,
  "oxford-sienna": $swatch-oxford-sienna,
);

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