/* Studio OverSea — design tokens (swap for formal brand later) */
:root {
  --bg: #ebe7df;
  --bg-deep: #ddd6ca;
  --ink: #16140f;
  --muted: #5c564c;
  --accent: #1f3d36;
  --accent-soft: rgba(31, 61, 54, 0.12);
  --panel: rgba(255, 252, 247, 0.88);
  --line: rgba(22, 20, 15, 0.12);
  --shadow: 0 22px 48px rgba(22, 20, 15, 0.1);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
