@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: 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-source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}

@font-face {
  font-family: 'museo_sans100';
  src: url('../fonts/museosans-100-webfont.woff2') format('woff2'),
    url('../fonts/museosans-100-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Regular';
  src: url('../fonts/museosans-300-webfont.woff2') format('woff2'),
    url('../fonts/museosans-300-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans500';
  src: url('../fonts/museosans-500-webfont.woff2') format('woff2'),
    url('../fonts/museosans-500-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'museo_sans700';
  src: url('../fonts/museosans-700-webfont.woff2') format('woff2'),
    url('../fonts/museosans-700-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo San Bold';
  src: url('../fonts/museosans-900-webfont.woff2') format('woff2'),
    url('../fonts/museosans-900-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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