/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Classic Clean Tech Dashboard (technology)
 * Source colours: #0e161b #131c1f #2a363a #819fa7 #dfe4e6
 *
 * 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: #dfe4e6;
  --surface: #f1f3f4;
  --surface-2: #d5dadc;
  --border: #c2c7ca;
  --border-strong: #a0a6a9;
  --ink: #0e161b;
  --muted: #5a6063;
  --accent: #819fa7;
  --accent-hover: #6e878e;
  --accent-ink: #0e161b;
  --accent-text: #55686f;
  --accent-strong: #4e6066;
  --accent-soft: #d2dadd;
  --accent-border: #b5c5ca;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #c7d8d2;
  --success-strong: #106430;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #dad3cb;
  --warning-strong: #8d4006;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #daccce;
  --danger-strong: #aa1a1a;

  --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;
}
