/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Clean Tech Dashboard (technology)
 * Source colours: #111827 #1f2937 #374151 #93a4b8 #f3f4f6
 *
 * Every value below is either one of those five or derived from them, and each
 * one is contrast-corrected against this palette's own background. Consume
 * them with var(--token); never write a colour value in app code.
 */

:root {
  --canvas: #f3f4f6;
  --surface: #fafafb;
  --surface-2: #e8e9ec;
  --border: #d3d5d9;
  --border-strong: #afb2b8;
  --ink: #111827;
  --muted: #6b707a;
  --accent: #93a4b8;
  --accent-hover: #7d8b9c;
  --accent-ink: #111827;
  --accent-text: #616d79;
  --accent-strong: #59646f;
  --accent-soft: #e6e9ed;
  --accent-border: #c8d0da;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d8e6e0;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #ebe1da;
  --warning-strong: #994607;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #ecdadc;
  --danger-strong: #b91c1c;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --shadow: 0 1px 2px rgba(15, 18, 26, 0.05);
  --shadow-raised: 0 1px 2px rgba(15, 18, 26, 0.06), 0 8px 24px rgba(15, 18, 26, 0.06);

  --font-sans: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
