/*
 * theme.css — WRITTEN BY THE PLATFORM. Do not edit.
 *
 * Palette: Select Stablecoin Gradient (finance)
 * Source colours: #020e27 #1c4e9b #11cdf5 #3bdc8b #ecfdf7
 *
 * 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: #effdf8;
  --surface: #f8fefc;
  --surface-2: #e3f1ee;
  --border: #cedcdb;
  --border-strong: #a8b5b9;
  --ink: #020e27;
  --muted: #616e7b;
  --accent: #11cdf5;
  --accent-hover: #0eaed0;
  --accent-ink: #020e27;
  --accent-text: #0b7c94;
  --accent-strong: #0a7288;
  --accent-soft: #d0f6f8;
  --accent-border: #8be7f7;
  --success: #15803d;
  --success-ink: #ffffff;
  --success-soft: #d5eee2;
  --success-strong: #137638;
  --warning: #b45309;
  --warning-ink: #ffffff;
  --warning-soft: #e8e9db;
  --warning-strong: #a64c08;
  --danger: #b91c1c;
  --danger-ink: #ffffff;
  --danger-soft: #e9e2de;
  --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;
}
