/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Pro Performance Redline (automotive)
 * Source colours: #131316 #131316 #9e2b0f #dc4d24 #e9e7e7
 *
 * 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: #e9e7e7;
  --surface: #f5f4f4;
  --surface-2: #dedcdd;
  --border: #cbc9ca;
  --border-strong: #a9a7a8;
  --ink: #131316;
  --muted: #616062;
  --accent: #dc4d24;
  --accent-hover: #bb411f;
  --accent-ink: #131316;
  --accent-text: #ab3c1c;
  --accent-strong: #9d371a;
  --accent-soft: #e7d1cc;
  --accent-border: #e3a28f;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d0dbd3;
  --success-strong: #116d34;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #e3d5cc;
  --warning-strong: #994607;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #e3cfcf;
  --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;
}
