@font-face {
  font-weight:100;
  font-family:MuseoSans;
  font-style:normal;
  font-display:swap;
  src:url(fonts/MuseoSans100-webfont.woff2) format("woff2"),
  url(fonts/MuseoSans100-webfont.woff) format("woff")
}
@font-face {
  font-weight:300;
  font-family:MuseoSans;
  font-style:normal;
  font-display:swap;
  src:url(fonts/MuseoSans300-webfont.woff2) format("woff2"),
  url(fonts/MuseoSans300-webfont.woff) format("woff")
}
@font-face {
  font-weight:500;
  font-family:MuseoSans;
  font-style:normal;
  font-display:swap;
  src:url(fonts/MuseoSans500-webfont.woff2) format("woff2"),
  url(fonts/MuseoSans500-webfont.woff) format("woff")
}
@font-face {
  font-weight:700;
  font-family:MuseoSans;
  font-style:normal;
  font-display:swap;
  src:url(fonts/MuseoSans700-webfont.woff2) format("woff2"),
  url(fonts/MuseoSans700-webfont.woff) format("woff")
}

body {
  font-weight: 300;
  font-family: MuseoSans,helvetica,arial,sans-serif;
  color: rgb(0, 71, 179);
}