/*
** this file is useful only if we are using the local font families
** if we are using CDN, this file can be deleted
*/
@font-face {
  font-family: 'Nunito-Black';
  src: url("../../fonts/Nunito/Nunito-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito-Regular';
  src: url("../../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Slick Icons */
@font-face {
  font-family: 'slick';
  src: slick-font-url("../../fonts/Slick/slick.eot");
  src: slick-font-url("../../fonts/Slick/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../../fonts/Slick/slick.woff") format("woff"), slick-font-url("../../fonts/Slick/slick.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
