
@font-face {
    font-family: 'montserratthin';
    src: url('#{$fonts}/montserrat-thin/montserrat-thin-webfont.eot');
    src: url('#{$fonts}/montserrat-thin/montserrat-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('#{$fonts}/montserrat-thin/montserrat-thin-webfont.woff2') format('woff2'),
         url('#{$fonts}/montserrat-thin/montserrat-thin-webfont.woff') format('woff'),
         url('#{$fonts}/montserrat-thin/montserrat-thin-webfont.ttf') format('truetype'),
         url('#{$fonts}/montserrat-thin/montserrat-thin-webfont.svg#montserratthin') format('svg');
    font-weight: normal;
    font-style: normal;

}