:root {
  --jd-deep: #174e63;
  --jd-pink: #e9005a;
  --jd-sky: #62bed2;
  --jd-aqua: #ddf1f3;
  --jd-sage: #829d83;
  --jd-forest: #355e4b;
  --jd-sand: #e8ddc8;
  --jd-warm: #f8faf8;
  --jd-text: #21343c;
  --jd-muted: #65777d;
  --jd-border: rgba(23, 78, 99, 0.12);

  --glass-bg: rgba(248, 250, 248, 0.62);
  --glass-border: rgba(255, 255, 255, 0.78);
  --glass-blur: 22px;
  --glass-shadow: 0 10px 30px rgba(23, 78, 99, 0.12);
  --glass-highlight: rgba(255, 255, 255, 0.62);

  --font-display: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
  --font-body: Manrope, "Segoe UI", system-ui, sans-serif;

  --radius-sm: 0.75rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.75rem;
  --radius-pill: 999px;

  --topbar-h: 64px;
  --tabbar-h: 72px;
  --tabbar-inset: 10px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --touch: 44px;
  --max: 1100px;
}