@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 100;
  src: url("/static/fonts/Museo Sans/MuseoSans_100.otf") format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 100;
  src: url("/static/fonts/Museo Sans/MuseoSans_100_Italic.otf")
    format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/Museo Sans/MuseoSans_300.otf") format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Museo Sans/MuseoSans_300.otf") format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/Museo Sans/MuseoSans_500.otf") format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/static/fonts/Museo Sans/MuseoSans_500_Italic.otf")
    format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/Museo Sans/MuseoSans_700.otf") format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/static/fonts/Museo Sans/MuseoSans_700_Italic.otf")
    format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 900;
  src: url("/static/fonts/Museo Sans/MuseoSans_900.otf") format("opentype");
}

@font-face {
  font-family: "Museo Sans";
  font-style: italic;
  font-weight: 900;
  src: url("/static/fonts/Museo Sans/MuseoSans_900_Italic.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  src: url("/static/fonts/Noto Serif/NotoSerif-Light.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Noto Serif/NotoSerif-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/static/fonts/Noto Serif/NotoSerif-Italic.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/Noto Serif/NotoSerif-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/static/fonts/Noto Serif/NotoSerif-BoldItalic.otf")
    format("opentype");
}
