:root {
  --space-section: clamp(3rem, 7vw, 6rem);
  --radius-base: 0.5rem;
  --radius-pill: 9999px;
  --shadow-base: 0 10px 30px rgb(0 0 0 / 0.08);
  --page-width: 80rem;
  --transition-base: 180ms;
  --z-header: 30;
  --z-overlay: 50;
}
