@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&family=Red+Hat+Display:wght@400;500;600;700;800&family=Spartan:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&family=Spartan:wght@700&display=swap');

@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  src: url(../fonts/MuseoSans-100.otf) format('woff2');
}

@font-face {
  font-family: MuseoSansLight;
  src: url("../fonts/MuseoSans-300.otf") format("opentype");
}

@font-face {
  font-family: MuseoSansRegular;
  src: url("../fonts/MuseoSans-500.otf") format("opentype");
}

@font-face {
  font-family: MuseoSansSemiBold;
  src: url("../fonts/MuseoSans-700.otf") format("opentype");
}

@font-face {
  font-family: MuseoSansBold;
  src: url("../fonts/MuseoSans-900.otf") format("opentype");
}

@font-face {
  font-family: "Mulish";
  font-style: normal;
  src: url("../fonts/Mulish-ExtraLight.ttf")
    format("woff"); /* IE9 Compat Modes */
}

.font-source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
