:root {
  /* Page cream matches the natural paper background of the venue / dress-code
     / wishes PNGs sampled at #fbf4e6, so illustrations blend seamlessly. */
  --color-cream: #fbf4e6;
  --color-cream-soft: #f5ecd5;
  --color-cream-warm: #eddec0;
  --color-light-blue: #b5cce0;
  --color-medium-blue: #5a7eaa;
  --color-navy: #13264E;
  --color-navy-deep: #0c1d40;
  --color-navy-velvet: #1a3370;
  --color-ink: #0c1d40;
  --color-text: #111111;

  /* Aliases used by admin.css. */
  --color-royal-blue: var(--color-navy);
  --color-dark-navy: var(--color-navy-deep);

  --font-script: 'Calypso', 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Nunito Sans', 'Lato', 'Inter', sans-serif;

  --page-max: 40rem;
  --section-pad-block: clamp(2.5rem, 8cqw, 4.5rem);
  --section-pad-inline: clamp(1.25rem, 4cqw, 2.25rem);
}
