/**
 * Generated from Affirm — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #13131f;
  --surface: #1c1c2b;
  --surface-alt: #1c1c2b;
  --text: #101820;
  --text-dim: #101820;
  --text-faint: #101820;
  --brand: #4a4af4;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.12);
  --border-strong: rgba(255,255,255,0.24);
  --success: #1f9d55;
  --warning: #b06a00;
  --danger: #d92d2d;

  /* full color palette */
  --color-bg: #13131f;
  --color-bg-deep: #0c0c14;
  --color-surface: #1c1c2b;
  --color-surface-elev: #23233a;
  --color-surface-light: #ffffff;
  --color-surface-light-quiet: #f6f6fb;
  --color-text: #101820;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: rgba(255,255,255,0.72);
  --color-text-on-dark-subtle: rgba(255,255,255,0.55);
  --color-text-soft: #4a4a57;
  --color-text-subdued: #6b6b78;
  --color-brand: #4a4af4;
  --color-brand-hover: #3a3ad6;
  --color-brand-deep: #2e2eb0;
  --color-brand-light: #7a7af7;
  --color-brand-tint: #e6e6fe;
  --color-brand-bg-hover: rgba(74,74,244,0.08);
  --color-brand-on-dark-tint: rgba(74,74,244,0.18);
  --color-on-brand: #ffffff;
  --color-accent-mint: #7affc1;
  --color-accent-sky: #9fd8ff;
  --color-border: rgba(255,255,255,0.12);
  --color-border-strong: rgba(255,255,255,0.24);
  --color-border-light: #e2e2ec;
  --color-border-brand: #4a4af4;
  --color-link: #9fa0ff;
  --color-link-on-light: #4a4af4;
  --color-success: #1f9d55;
  --color-success-text: #0f7a3e;
  --color-success-bg: rgba(31,157,85,0.16);
  --color-warning: #b06a00;
  --color-warning-bg: rgba(176,106,0,0.14);
  --color-danger: #d92d2d;
  --color-danger-bg: rgba(217,45,45,0.14);
  --color-shadow-deep: rgba(0,0,0,0.45);
  --color-shadow-soft: rgba(0,0,0,0.28);
  --color-shadow-light: rgba(16,24,32,0.10);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 24px;
  --radius-pill: 96px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Axiforma for Affirm', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Calibre', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
