/* Manycast design primitives — shared across marketing, console, journal. */
:root {
  /* Spacing scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.85rem;
  --text-base: 0.95rem;
  --text-md: 1.05rem;
  --text-lg: 1.35rem;
  --text-xl: 1.75rem;

  /* Radii */
  --radius-sm: 8px;
  --radius: 10px;
  --radius-lg: 12px;
  --radius-pill: 999px;

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --duration-fast: 120ms;
  --duration: 200ms;

  /* Brand accents (overridden per theme as needed) */
  --accent: #0f766e;
  --accent-deep: #0d5c56;
  --accent-bright: #2dd4bf;
  --accent-wash: #ccfbf1;
  --spark: #e07a5f;
  --danger: #e5544f;
  --success: #3fbf7f;
  --warning: #d9b95c;
}
