/* Shared design tokens */
:root {
  /* Typography */
  --font-body: "Manrope", sans-serif;
  --font-display: "Cormorant Garamond", serif;

  /* Colors */
  --text: #111111;
  --background: #ffe600;
  --line: rgba(17, 17, 17, 0.38);
  --highlight: #ff2b8a;
  --about-background: #00f0ff;
  --dark-background: #111111;
  --dark-text: #ffffff;
  --cursor-color: #ff2b8a;
  --cursor-text: #111111;

  /* Layout */
  --side-padding: 48px;
  --header-blur: 18px;
  --ticker-height: 52px;
}
