@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local('Merriweather Regular'), local('Merriweather-Regular'),
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
  }

  /* merriweather-italic - latin_cyrillic */
  @font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-italic.eot'); /* IE9 Compat Modes */
    src: local('Merriweather Italic'), local('Merriweather-Italic'),
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/merriweather/merriweather-v22-latin_cyrillic-italic.svg#Merriweather') format('svg'); /* Legacy iOS */
  }

  @font-face {
   font-family: 'Fira-Sans';
   font-style: normal;
   font-weight: 300;
   src: url('../../fonts/Fira_Sans/FiraSans-Light.ttf') format('truetype');
}
  @font-face {
     font-family: 'Fira-Sans';
     font-style: normal;
     font-weight: 400;
     src: url('../../fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype');
  }
  @font-face {
     font-family: 'Fira-Sans';
     font-style: normal;
     font-weight: 500;
     src: url('../../fonts/Fira_Sans/FiraSans-Medium.ttf') format('truetype');
   }
  @font-face {
     font-family: 'Fira-Sans';
     font-style: normal;
     font-weight: 700;
     src: url('../../fonts/Fira_Sans/FiraSans-Bold.ttf') format('truetype');
   }