/* uppercase */
@font-face {
    font-family: 'marbre';
    src: url('marbre-webfont.eot');
    src: url('marbre-webfont.eot?#iefix') format('embedded-opentype'),
         url('marbre-webfont.woff2') format('woff2'),
         url('marbre-webfont.woff') format('woff'),
         url('marbre-webfont.ttf') format('truetype'),
         url('marbre-webfont.svg#marbreregular') format('svg');
    font-weight: normal;
	font-style:normal;
}

/* lowercase */
@font-face {
    font-family: 'marbre-lowercase';
    src: url('marbre-sans-webfont.eot');
    src: url('marbre-sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('marbre-sans-webfont.woff2') format('woff2'),
         url('marbre-sans-webfont.woff') format('woff'),
         url('marbre-sans-webfont.ttf') format('truetype'),
         url('marbre-sans-webfont.svg#marbresans') format('svg');
    font-weight: normal;

}
