:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-muted: #f8fafc;
  --border: rgba(15, 23, 42, 0.10);
  --text: #0f172a;
  --text-muted: #475569;
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.10);
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
  --font-display: "DM Sans", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --radius: 20px;
  --max: 1120px;
}
