:root {
  --primary:     #edff14;
  --primary-h:   #0077ed;
  --bg:          #ffffff;
  --surface:     #f5f5f7;
  --text:        #1d1d1f;
  --muted:       #6e6e73;
  --border:      #d2d2d7;
  --green:       #34c759;
  --red:         #ff453a;
  --orange:      #ff9f0a;
  --blue:        #edff14;
  --blue-h:      #0077ed;
  --font:        -apple-system,BlinkMacSystemFont,'SF Pro Display',sans-serif;
  --font-size:   16px;
  --radius-btn:  12px;
  --radius-card: 16px;
  --max-width:   1200px;
}
body { font-family: var(--font); font-size: var(--font-size); }
