/* ABC Arizona Flare Variable for headings */
@font-face{
  font-family:"ABC Arizona Flare Variable";
  src:
    url("../fonts/ArizonaFlareVariable/ABCArizonaFlareVariable-Trial.woff2") format("woff2"),
    url("../fonts/ArizonaFlareVariable/ABCArizonaFlareVariable-Trial.ttf") format("truetype");
  font-weight:300 900;
  font-style:normal;
  font-display:swap;
}

/* ABC Diatype Variable for body (main webfont) */
@font-face{
  font-family:"ABC Diatype";
  src:
    url("../fonts/diatype-font-family/ABCDiatypeVariable.woff2") format("woff2"),
    url("../fonts/diatype-font-family/ABCDiatypeVariable.ttf") format("truetype");
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}

/* Optional discrete weights if you want to keep them */
@font-face{
  font-family:"ABC Diatype";
  src:url("../fonts/diatype-font-family/ABCDiatype-Regular-Trial.otf") format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"ABC Diatype";
  src:url("../fonts/diatype-font-family/ABCDiatype-Medium-Trial.otf") format("opentype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}