:root {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-synthesis: none;
  color-scheme: light;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  background-color: #f6f8fb;
  color: #0f2b66;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

::selection {
  background: rgba(16, 94, 214, 0.25);
  color: #0f2b66;
}

.section-eyebrow {
  letter-spacing: 0.4em;
}

.metric-value {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
