/* Cortex Collective Agency — Webfonts
   Ivy Presto Headline is the ONLY typeface. SemiBold for titles/headers,
   Light for everything else. Do not add other families. */

@font-face {
  font-family: "Ivy Presto Headline";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../assets/fonts/IvyPresto-Headline-Light.otf") format("opentype");
}

@font-face {
  font-family: "Ivy Presto Headline";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("../assets/fonts/IvyPresto-Headline-SemiBold.otf") format("opentype");
}
