@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Great+Vibes&display=swap');
@import url('./design-tokens.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--woh-text);
  background: var(--woh-sky);
  font-family: var(--woh-font-editorial);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
