/* Parkland Bridge Capital — webfonts.
   Cormorant Garamond (display serif) and Inter (sans) were supplied as upright
   variable TTFs. No italic binaries were supplied, so the italic axis of the
   display serif — required by the split-headline device — is loaded from Google
   Fonts. Replace with licensed local italic files when available. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,300..700&display=swap");

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/CormorantGaramond-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
