@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700"t);

body{
	font-family: 'Roboto', sans-serif;
}
h1{
    font-size: 3.25em;
    line-height: 110%;
    margin: 0 0 30px 0;
}
h2{
    font: 2.375em univia_promedium;
    line-height: 110%;
}

h3{
    font-size: 1.875em;
    line-height: 110%;
}

@font-face {
    font-family: univia_prothin;
    src: url("../fonts/univiapro-thin-webfont.woff2");
}
@font-face {
    font-family: univia_promedium;
    src: url("../fonts/univiapro-medium-webfont.woff2");
}

/* Woocommerce style updatews */

/* remove shopping cart icon from main menu */
.et-cart-info { display:none; }

/* remove the blue bullet from the pricing page */
.et_pb_pricing li span:before {
  content: none
}