@font-face {
  font-family: 'mtsr';
  font-style: normal;
  font-weight: 100;
  src: url('./montserrat/Montserrat-Light.woff') format('woff'),
       url('./montserrat/Montserrat-Light.otf') format('opentype'),
       url('./montserrat/Montserrat-Light.eot') format('embedded-opentype');
}
@font-face {
   font-family: 'mtsr';
   font-style: normal;
   font-weight: 300;
   src: url('./montserrat/Montserrat-Medium.woff') format('woff'),
        url('./montserrat/Montserrat-Medium.otf') format('opentype'),
        url('./montserrat/Montserrat-Medium.eot') format('embedded-opentype');
 }
 @font-face {
   font-family: 'mtsr';
   font-style: normal;
   font-weight: 400;
   src: url('./montserrat/Montserrat-Regular.woff') format('woff'),
        url('./montserrat/Montserrat-Regular.otf') format('opentype'),
        url('./montserrat/Montserrat-Regular.eot') format('embedded-opentype');
 }
@font-face {
   font-family: 'mtsr';
   font-style: normal;
   font-weight: 500;
   src: url('./montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('./montserrat/Montserrat-SemiBold.otf') format('opentype'),
        url('./montserrat/Montserrat-SemiBold.eot') format('embedded-opentype');
 }
@font-face {
   font-family: 'mtsr';
   font-style: normal;
   font-weight: 600;
   src: url('./montserrat/Montserrat-Bold.woff') format('woff'),
        url('./montserrat/Montserrat-Bold.otf') format('opentype'),
        url('./montserrat/Montserrat-Bold.eot') format('embedded-opentype');
 }
 @font-face {
   font-family: 'mtsr';
   font-style: normal;
   font-weight: 900;
   src: url('./montserrat/Montserrat-ExtraBold.woff') format('woff'),
        url('./montserrat/Montserrat-ExtraBold.otf') format('opentype'),
        url('./montserrat/Montserrat-ExtraBold.eot') format('embedded-opentype');
 }