/* Ilha Stay CMS — design tokens */
:root {
  --cms-bg: #eef3f6;
  --cms-bg-accent: #e3edf1;
  --cms-surface: #ffffff;
  --cms-surface-2: #f7fafb;
  --cms-ink: #122033;
  --cms-ink-soft: #4a5d73;
  --cms-muted: #6b7f94;
  --cms-line: #d5e0e8;
  --cms-line-strong: #b8c9d6;
  --cms-brand: #1a9e96;
  --cms-brand-ink: #043532;
  --cms-brand-soft: rgba(26, 158, 150, 0.12);
  --cms-brand-deep: #0f6f6a;
  --cms-gold: #c4894a;
  --cms-gold-soft: rgba(196, 137, 74, 0.14);
  --cms-danger: #c44b4b;
  --cms-danger-soft: rgba(196, 75, 75, 0.12);
  --cms-ok: #2f9e6b;
  --cms-ok-soft: rgba(47, 158, 107, 0.12);
  --cms-warn: #b8842f;
  --cms-warn-soft: rgba(184, 132, 47, 0.14);

  --cms-radius: 14px;
  --cms-radius-sm: 10px;
  --cms-radius-pill: 999px;
  --cms-shadow: 0 12px 32px rgba(18, 32, 51, 0.07);
  --cms-shadow-sm: 0 2px 10px rgba(18, 32, 51, 0.05);

  --cms-font: "Manrope", "Segoe UI", sans-serif;
  --cms-font-display: "Fraunces", Georgia, serif;

  --cms-sidebar: 252px;
  --cms-topbar: 58px;
  --cms-space: 18px;
  --cms-max: 1120px;
}
