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