:root {
  --forge-primary: #009888;
  --forge-primary-light: #00b8a5;
  --forge-bg: #090b0e;
  --forge-surface: #15191f;
  --forge-surface-2: #101318;
  --forge-line: rgba(255,255,255,.08);
  --forge-text: #f4f7f7;
  --forge-muted: #8f9aa3;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(0,152,136,.18), transparent 32%),
    linear-gradient(135deg,#07080a,#11161b);
  color: var(--forge-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
