:root {
--blue:#009FE3;
--red:#BE1522;
--grey:#575757
}
html :where(.wp-block) {max-width:1400px; font-weight:normal; font-style:normal; color:#575757; font-family: museo-sans, sans-serif;}
.wp-block-group.has-background {padding: 4rem 0;}
.wp-block-column.has-background {padding: 4rem;}
h1, h2, h3, h4, h5, h6 {font-family:museo-slab, rockwell, sans-serif; margin: 0; margin-bottom: 2rem; font-weight: 700; position: relative; }
.red {color:var(--red);}
.blue {color:var(--blue);}
.shadow {box-shadow: 0 6px 10px rgba(0,0,0,0.16);}