/* Local campaign fonts — files in ../fonts/ */

@font-face {
  font-family: "Dimbo";
  src: url("../fonts/Dimbo%20Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir.ttc") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
