/* Shared Book My Luck interface tokens. Values mirror /admin/style.css. */
:root {
  color-scheme: light;
  --bg: #f8faff;
  --ink: #050414;
  --muted: #595967;
  --faint: #6b6c7a;
  --blue: #104fc8;
  --cta: #0335fc;
  --blue-2: #0230e8;
  --line: #e6ebf4;
  --line-2: #eef2f9;
  --card: #fff;
  --tint: #f1f5ff;
  --ok: #0d7a4f;
  --ok-bg: #e6f6ee;
  --warn: #8a5a06;
  --warn-bg: #fdf3e0;
  --bad: #b3261e;
  --bad-bg: #fdecea;
  --r-card: 24px;
  --sh-card: 0 8px 8px -3px #05041408, 0 5px 5px -2.5px #05041408, 0 3px 3px -1.5px #05041408, 0 2px 2px -1px #05041408, 0 1px 1px -.5px #0504140f;
  --sh-float: 0 24px 60px -12px #0504142e, 0 8px 24px -6px #0504141f;
  --sh-hair: 0 1px .5px #0504141a;
  --display: "Host Grotesk", Inter, system-ui, sans-serif;
  --sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  --nav: 224px;
  --top: 60px;
}
