/* FONT FACE - font-display: fallback; */

@font-face {
  font-family: "ar";
  src: url("../fonts/UTMAvo.woff2") format("woff2"),
    url("../fonts/UTMAvo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "ab";
  src: url("../fonts/UTMAvoBold.woff2") format("woff2"),
    url("../fonts/UTMAvoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "ai";
  src: url("../fonts/UTMAvo-Italic.woff2") format("woff2"),
    url("../fonts/UTMAvo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "pr";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
