@charset "UTF-8";
@font-face {
  font-family: "MuseoSans";
  src:url("fonts/MuseoSans_500.eot") format("eot");
  src:local("MuseoSans"),url("fonts/MuseoSans_500.woff2") format("woff2"),
  url("fonts/MuseoSans_500.woff") format("woff"),
  url("fonts/MuseoSans_500.ttf") format("truetype"),url("fonts/MuseoSans_500.svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "MuseoSans";
  src:url("fonts/MuseoSans_700.eot") format("eot");
  src:local("MuseoSans"),url("fonts/MuseoSans_700.woff2") format("woff2"),
  url("fonts/MuseoSans_700.woff") format("woff"),
  url("fonts/MuseoSans_700.ttf") format("truetype"),url("fonts/MuseoSans_700.svg");
  font-weight: 700;
  font-style: bold;
  font-display: fallback;
}

html,
html body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  font-kerning: normal;
}


html[lang="en"],
html[lang="en-US"],
html[lang="en-US"] body,
html[lang="de-DE"],
html[lang="de-DE"] body,
html[lang="es-ES"],
html[lang="es-ES"] body,
html[lang="fr-FR"],
html[lang="fr-FR"] body,
html[lang="it-IT"],
html[lang="it-IT"] body,
html[lang="pl-PL"],
html[lang="pl-PL"] body,
html[lang="pt-pt"],
html[lang="pt-pt"] body,
html[lang="sv-SE"],
html[lang="sv-SE"] body
{
  font-family: "MuseoSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html[lang="ar"],
html[lang="ar"] body {
  font-family: "Geeza Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html[lang="zh-hans"],
html[lang="zh-hans"] body {
  font-family: "华文细黑", "STXihei", "PingFang TC", "微软雅黑体",
    "Microsoft YaHei New", "微软雅黑", "Microsoft Yahei", "宋体", "SimSun",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
/*# sourceMappingURL=fonts.css.map */
