/* Local icon fonts: the demo server sends them without CORS headers. */

@font-face {
  font-family: 'Flaticon';
  src: url('../fonts/Flaticon.woff2') format('woff2'),
    url('../fonts/Flaticon.woff') format('woff'),
    url('../fonts/Flaticon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'themify';
  src: url('../fonts/themify.woff') format('woff'),
    url('../fonts/themify.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
