/* Icomoon (use woff2/woff instead of ttf) */
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.woff2') format('woff2'),
       url('/fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome 5 — solid */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('/fonts/fa-solid-900.woff2') format('woff2'),
       url('/fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome 5 — brands */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('/fonts/fa-brands-400.woff2') format('woff2'),
       url('/fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
