:root {
  --bs-body-font-family: "Geist", "Inter", "Segoe UI", -apple-system, sans-serif;
  --bs-link-color: #18181b;
  --bs-link-hover-color: #3f3f46;
}

body {
  color: #18181b;
  letter-spacing: -0.01em;
}

a {
  text-underline-offset: 0.16em;
}
