/* Webfont: Museo-Black */
@font-face {
  font-family: "MuseoWeb";
  src: url("fonts/Museo900.eot"); /* IE9 Compat Modes */
  src: url("fonts/Museo900d41dd41d.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      /*url('fonts/Museo900.woff2') format('woff2'),  Modern Browsers */
      url("fonts/Museo900.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Museo900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;

  text-rendering: optimizeLegibility;
}

/* Webfont: Museo-Bold */
@font-face {
  font-family: "MuseoWeb";
  src: url("fonts/Museo700.eot"); /* IE9 Compat Modes */
  src: url("fonts/Museo700d41dd41d.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      /*url('fonts/Museo700.woff2') format('woff2'), /* Modern Browsers */
      url("fonts/Museo700.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Museo700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;

  text-rendering: optimizeLegibility;
}

/* Webfont: Museo-Medium */
@font-face {
  font-family: "MuseoWeb";
  src: url("fonts/Museo500.eot"); /* IE9 Compat Modes */
  src: url("fonts/Museo500d41dd41d.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      /*url('fonts/Museo500.woff2') format('woff2'), /* Modern Browsers */
      url("fonts/Museo500.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Museo500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;

  text-rendering: optimizeLegibility;
}

/* Webfont: Museo-Light */
@font-face {
  font-family: "MuseoWeb";
  src: url("fonts/Museo300.eot"); /* IE9 Compat Modes */
  src: url("fonts/Museo300d41dd41d.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      /*url('fonts/Museo300.woff2') format('woff2'), /* Modern Browsers */
      url("fonts/Museo300.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Museo300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;

  text-rendering: optimizeLegibility;
}

/* Webfont: Museo-Thin */
@font-face {
  font-family: "MuseoWeb";
  src: url("fonts/Museo100.eot"); /* IE9 Compat Modes */
  src: url("fonts/Museo100d41dd41d.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      /*url('fonts/Museo100.woff2') format('woff2'), /* Modern Browsers */
      url("fonts/Museo100.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Museo100.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;

  text-rendering: optimizeLegibility;
}
