/**
 * Generated from Mastercard — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #F3F0EE;
  --surface: #F3F0EE;
  --surface-alt: #F3F0EE;
  --text: #0a0a0a;
  --text-dim: #0a0a0a;
  --text-faint: #0a0a0a;
  --brand: #c6f432;
  --on-brand: #F3F0EE;
  --border: #E8E4DE;
  --border-strong: #141413;
  --success: #067F5B;
  --warning: #A35316;
  --danger: #CF4500;

  /* full color palette */
  --color-bg: #F3F0EE;
  --color-bg-lifted: #FCFBFA;
  --color-surface: #F3F0EE;
  --color-surface-soft: #F4F4F4;
  --color-surface-card: #FFFFFF;
  --color-surface-dark: #141413;
  --color-brand-red: #EB001B;
  --color-brand-yellow: #F79E1B;
  --color-brand-ink: #141413;
  --color-signal-orange: #CF4500;
  --color-light-signal-orange: #F37338;
  --color-clay-brown: #9A3A0A;
  --color-text-ink: #141413;
  --color-text-charcoal: #262627;
  --color-text-slate: #696969;
  --color-text-granite: #555555;
  --color-text-graphite: #565656;
  --color-text-dust: #D1CDC7;
  --color-text-on-dark: #FFFFFF;
  --color-text-on-brand: #F3F0EE;
  --color-text-on-orange: #FFFFFF;
  --color-link-blue: #3860BE;
  --color-border: #E8E4DE;
  --color-border-soft: #F0EBE5;
  --color-border-strong: #141413;
  --color-border-on-dark: rgba(255,255,255,0.3);
  --color-ghost-watermark: #E8E2DA;
  --color-scrim: rgba(20,20,19,0.4);
  --color-shadow-soft: rgba(0,0,0,0.04);
  --color-shadow-medium: rgba(0,0,0,0.08);
  --color-shadow-deep: rgba(0,0,0,0.25);
  --color-on-brand: #F3F0EE;
  --color-success: #067F5B;
  --color-warning: #A35316;
  --color-danger: #CF4500;
  --color-info: #3860BE;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 20px;
  --radius-card: 24px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 96px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'MarkForMC', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'MarkForMC', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
