/* Shine & Go — Webfonts
   Cormorant: high-contrast Didone-like serif — editorial titles only, at generous sizes.
   Jost: geometric sans — wordmark, body, UI. Both are variable fonts (single file each). */

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/Cormorant.woff2") format("woff2");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/Jost.woff2") format("woff2");
}
