/* Prevent invisible text while the local icon fonts are loading. */
@font-face {
  font-family: "linea-icons";
  src: url("../fonts/linea-icons.woff") format("woff"),
       url("../fonts/linea-icons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.woff") format("woff"),
       url("../fonts/ElegantIcons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
