/* File: /css/fonts.css */

/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* UTM Avo */
@font-face {
  font-family: "utm_avoregular";
  src: url("../fonts/utm_avo-webfont.woff2") format("woff2"),
       url("../fonts/utm_avo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}