@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/instrument-sans-latin-wght-normal.woff2") format("woff2-variations");
}

[data-static-shell] {
  min-height: 70vh;
  display: grid;
  align-content: center;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 8vw 4vw;
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

[data-static-shell] p {
  max-width: 760px;
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.55;
}

[data-static-shell] h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

[data-static-shell] a {
  width: fit-content;
  color: inherit;
  font-weight: 700;
}
