@font-face {
    font-family: 'OEM';
    src: url('../fonts/OEM.woff2') format('woff2'),
         url('../fonts/OEM.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {	
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}

h1, h2, h3, h4, h5 { 
	font-family: 'OEM', Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	padding: 0;
	margin: 0;
/*
	transform: scale(0.95, 1.1);
	-webkit-transform: scale(0.95, 1.1);
	-moz-transform: scale(0.95, 1.1); 
	-ms-transform: scale(0.95, 1.1); 
	-o-transform: scale(0.95, 1.1); 
*/
}

p { font-size: 1rem; line-height: 1.25rem; }

h1 { font-size: 3.875rem; line-height: 3.938rem; }
h2 { font-size: 2rem; line-height: 2.25rem; }
h3 { font-size: 14px; line-height: 18px; text-transform: uppercase; }

.product-desc p, 
.product-desc h1,
.product-desc h2 
 { font-size: 16px; line-height: 20px; color: #000; padding: 0; margin: 0; text-align: left; }
 
.product-price h3 { font-size: 16px; line-height: 20px; }

