:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182333;
  background: #f7f8fa;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 6vw, 5rem);
  border-top: 4px solid #285fba;
}

main { width: min(100%, 64rem); padding-block: 3rem; }

.domain {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.domain span { color: #546174; }

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 10vw, 7.5rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.accent { color: #285fba; }
