/**
 * Ownstage brand tokens — platform marketing / company surfaces.
 * Customer event UIs should use their own brand.json, not these defaults.
 */
:root {
  --os-ink: #0e0c0a;
  --os-ink-soft: #2a241c;
  --os-muted: #6b6258;
  --os-paper: #f7f3eb;
  --os-paper-tint: #efe8db;
  --os-amber: #e8a317;
  --os-amber-deep: #c4840a;
  --os-spot: #ffd56a;
  --os-line: rgba(14, 12, 10, 0.12);
  --os-success: #1f6b3a;
  --os-danger: #9b1c1c;

  --os-font-display: "Syne", system-ui, sans-serif;
  --os-font-body: "Public Sans", system-ui, sans-serif;

  --os-ease: cubic-bezier(0.22, 1, 0.36, 1);

  --os-radius-sm: 10px;
  --os-radius-pill: 999px;
}
