/*
100 - Thin (Hairline)
200 - Extra Light (Ultra Light)
300 - Light
400 - Normal
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)
*/

/* Museo Sans Cyrl */
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url('MuseoSansCyrl-Light.woff2') format('woff2'),
       url('MuseoSansCyrl-Light.woff') format('woff'),
       url('MuseoSansCyrl-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url('MuseoSansCyrl-Medium.woff2') format('woff2'),
       url('MuseoSansCyrl-Medium.woff') format('woff'),
       url('MuseoSansCyrl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url('MuseoSansCyrl-Bold.woff2') format('woff2'),
       url('MuseoSansCyrl-Bold.woff') format('woff'),
       url('MuseoSansCyrl-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url('MuseoSansCyrl-Black.woff2') format('woff2'),
       url('MuseoSansCyrl-Black.woff') format('woff'),
       url('MuseoSansCyrl-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}