:root {
  --bg: #F0F6FF;
  --sur: #FAFCFF;
  --sur2: #E4EFFF;
  --bdr: rgba(26,111,232,.1);
  --bdrm: rgba(26,111,232,.2);
  --tx: #0A2540;
  --tx2: #2A5080;
  --tx3: #7A9DC0;
  --ac: #1A6FE8;
  --acl: #E4EFFF;
  --dan: #D64040;
  --danl: #FFE8E8;
  --wrn: #D4880A;
  --wrnl: #FEF4DC;
  --inf: #0A5AB0;
  --infl: #DCF0FF;
  --pur: #6A3AB0;
  --purl: #EEE8FF;
  --tea: #2A8A6A;
  --teal: #E0F4EC;
  --font: 'DM Sans', system-ui, -apple-system, sans-serif;
  --mono: 'DM Mono', ui-monospace, monospace;
  --r: 10px;
  --rl: 16px;
  --sb: 232px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--tx);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font-family: var(--font); }
a { color: var(--ac); text-decoration: none; }
