﻿/*CUSTOMIZED*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* Hebrew uses Heebo, loaded at 400 AND 700, so bold Hebrew (e.g. a <b> promo code) gets a real bold
       cut instead of a synthesized/serif fallback (Varela Round shipped a single weight, which caused
       faux-bold that looked like a different face). Open Sans leads for Latin; Arial/sans-serif close it. */
    font-family: 'Open Sans','Heebo',Arial,"Lato","Helvetica Neue",Helvetica,sans-serif;
}
