/**
 * Generated from Gamma — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #002253;
  --text-dim: #002253;
  --text-faint: #002253;
  --brand: #0540ad;
  --on-brand: #ffffff;
  --border: #dfdfe0;
  --border-strong: #dfdfe0;
  --success: #1e8f5a;
  --warning: #ff6a0a;
  --danger: #d9355f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #faf9f5;
  --color-bg-blue-soft: #d0e6fe;
  --color-surface: #ffffff;
  --color-surface-glass: rgba(255, 255, 255, 0.8);
  --color-surface-preview: #eaf7ff;
  --color-text: #002253;
  --color-text-body: #38383c;
  --color-text-muted: #66666b;
  --color-text-soft: #7a7a80;
  --color-brand: #0540ad;
  --color-brand-hover: #0b2e79;
  --color-brand-bright: #2548eb;
  --color-brand-soft: #d0e6fe;
  --color-accent-orange: #ff5000;
  --color-accent-amber: #ff6a0a;
  --color-accent-rose: #da2887;
  --color-accent-pink: #eb49a7;
  --color-border: #dfdfe0;
  --color-border-blue: #d0e6fe;
  --color-border-subtle: rgba(223, 223, 224, 0.65);
  --color-focus: #2548eb;
  --color-success: #1e8f5a;
  --color-warning: #ff6a0a;
  --color-danger: #d9355f;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 96px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 18px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'ESBuild', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'PPMori', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
