@font-face {
  font-family: "IvyPrestoDisplay";
  src: url("../fonts/ivy_display/ivyPresto_Display_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IvyPrestoDisplay";
  src: url("../fonts/ivy_display/ivyPresto_Display_Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "IvyPrestoText";
  src: url("../fonts/ivy_text/IvyPresto_Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IvyPrestoText";
  src: url("../fonts/ivy_text/IvyPresto_Text_Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "IvyPrestoText";
  src: url("../fonts/ivy_text/IvyPresto_Text_Bold.ttf") format("truetype");
  font-weight: bold;
}