/* Bulletproof @font-face (local files) */
@font-face{
  font-family:'bold-font';
  src: url('../fonts/webfont-extrabold.ttf') format('truetype');
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'semi-bold-font';
  src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'medium-font';
  src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'light-font';
  src: url('../fonts/Quicksand-Light.ttf') format('truetype');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'roboto-bold';
  src: url('../fonts/webfont-bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Muli';
  src: url('../fonts/webfont.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
