  :root {
    --color-primary: #1a1a2e;
    --color-primary-dark: #151526;
    --color-primary-tint: #ededee;
    --color-accent: #e94560;
    --color-accent-tint: #fdf0f2;
    --font-body: 'Lato', system-ui, sans-serif;
    --font-heading: 'Merriweather', system-ui, sans-serif;
    --hero-background: linear-gradient(to right, #1a1a2e, #151526);
    --hero-image-url: url('https://pub-68cddbcc551947c59c22f0e787ef50e0.r2.dev/generated/theme/site/6-ba07aa7b-7e40-4934-97c9-da219d631ccc.png');
    --hero-overlay-alpha: 0.6;
  }

  .embellishment-wave svg { display: block; width: 100%; height: 100%; }