/* trustbadge.dev design tokens. Every page reads colors, type, spacing, and
   radii from here; restyling the whole site means editing this file only. */

:root {
  /* surfaces */
  --bg: #0a0e14;
  --surface: #101622;
  --surface-2: #151d2c;
  --line: #223047;

  /* brand: verified blue with a confirm green */
  --accent: #38a6f5;
  --accent-dim: #2b86c7;
  --accent-soft: rgba(56, 166, 245, 0.12);
  --ok: #3ecf8e;
  --ok-soft: rgba(62, 207, 142, 0.12);

  /* text */
  --text: #e9eef6;
  --text-muted: #93a1b8;
  --text-faint: #5b6880;

  /* status */
  --warn: #f0b429;
  --danger: #f0564e;
  --info: #38a6f5;

  /* type */
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Code", ui-monospace, monospace;

  /* shape */
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.45);

  /* spacing scale */
  --s1: 4px;
  --s2: 8px;
  --s3: 16px;
  --s4: 24px;
  --s5: 40px;
  --s6: 64px;
}
