@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&family=Varela+Round&display=swap"); :root{
--font-headings: "Quicksand", sans-serif;
--font-body: "Varela Round", sans-serif;
} body,
p,
span,
li,
a,
.elementor p,
.elementor span,
.elementor .elementor-widget-text-editor {
font-family: var(--font-body);
font-weight: 400;
} strong, b {
font-weight: 600;
} h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
font-family: var(--font-headings);
font-weight: 700;
line-height: 1.15;
} h1 { font-weight: 700; }
h2 { font-weight: 600; }
h3 { font-weight: 600; }
h4 { font-weight: 500; }
h5 { font-weight: 500; }
h6 { font-weight: 500; }