/* Local Fontello "yfont" — matches theme icon-* classes in page inline CSS */
@font-face {
  font-display: swap;
  font-family: yfont;
  src: url("fonts/yfont.woff2") format("woff2"),
    url("fonts/yfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
