*, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 72px; }
  body { margin: 0; background: #f2f2ef; color: #111110; -webkit-font-smoothing: antialiased; }
  a { color: #111110; text-decoration: none; }
  a:hover { color: oklch(0.47 0.17 8); }
  @keyframes gc-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
