/**
 * Generated from Chase — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #101820;
  --text-dim: #128842;
  --text-faint: #6b7280;
  --brand: #0060f0;
  --on-brand: #ffffff;
  --border: #d4d9e0;
  --border-strong: #9aa3af;
  --success: #128842;
  --warning: #9a5b00;
  --danger: #c4001a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f7fa;
  --color-surface-tint: #eef4ff;
  --color-text: #101820;
  --color-text-muted: #5a6470;
  --color-text-faint: #6b7280;
  --color-text-on-brand: #ffffff;
  --color-text-on-green: #ffffff;
  --color-brand: #0060f0;
  --color-brand-hover: #0048bf;
  --color-brand-deep: #003594;
  --color-secondary: #128842;
  --color-secondary-hover: #0e6e35;
  --color-link: #0060f0;
  --color-link-hover: #0048bf;
  --color-border: #d4d9e0;
  --color-border-strong: #9aa3af;
  --color-border-on-dark: rgba(255,255,255,0.24);
  --color-scrim: rgba(16,24,32,0.55);
  --color-shadow-soft: rgba(16,24,32,0.06);
  --color-shadow-medium: rgba(16,24,32,0.12);
  --color-shadow-deep: rgba(16,24,32,0.20);
  --color-on-brand: #ffffff;
  --color-success: #128842;
  --color-warning: #9a5b00;
  --color-danger: #c4001a;
  --color-info: #0060f0;

  /* 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: 12px;
  --radius-pill: 9999px;

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

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