/* hots design tokens — single source of truth, shared by the site and the Foundry module. */
:root {
  --hots-color-bg: #101418;
  --hots-color-surface: #1a2027;
  --hots-color-text: #e6edf3;
  --hots-color-accent: #d4a95c; /* scroll gold */
  --hots-font-body: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --hots-radius-md: 8px;
  --hots-space-2: 0.5rem;
  --hots-space-4: 1rem;
}
