/* Every face here is free to ship: Cormorant Garamond, Hanken Grotesk and Necto Mono, all OFL. */
@font-face { font-family: "Cormorant Garamond"; src: url("fonts/CormorantGaramond-VF-latin.woff2") format("woff2"); font-weight: 300 700; font-display: swap; }
@font-face { font-family: "Necto Mono"; src: url("fonts/NectoMono-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("fonts/HankenGrotesk-VF-latin.woff2") format("woff2"); font-weight: 300 500; font-display: swap; }

:root {
  --display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --mono: "Necto Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
