/* /assets/fonts/fonts.css  */
@font-face {
  font-family: "Futura PT";
  src: url("./FuturaPT-Book.woff2") format("woff2");
  /* ↓ optional but good practice */
  font-weight: 400;       /* Book = normal weight */
  font-style: normal;
  font-display: swap;     /* avoids FOIT */
}
