:root {
  color-scheme: light;
  --ink: #f6f7f8;
  --graphite: #ffffff;
  --panel: #f1f4f7;
  --line: rgba(20, 32, 44, .16);
  --line-dark: rgba(20, 32, 44, .2);
  --text: #0e1116;
  --muted: #5c5e62;
  --blue: #2f80ed;
  --blue-soft: #67b4ff;
  --blue-deep: #1e5fbf;
  --paper: #eef2f4;
  --dark-text: #0e1116;
  --healthy: #2f9c5b;
  --attention: #d88a2d;
  --critical: #d84d4d;
  --violet: #4a68ff;
  --cyan: #00a8b8;
  --grad-heading: linear-gradient(96deg, #2f80ed 0%, #00a8b8 42%, #4a68ff 100%);
  --font: "Manrope", system-ui, sans-serif;
  --display: "Manrope", "Space Grotesk", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}
