:root {
    --willy-font-family: "Poppins", sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: var(--willy-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
small,
strong,
em,
blockquote,
.btn,
.form-control,
.menu,
.mobile-menu,
.dropdown-box,
.font-primary,
.font-secondary,
.page-wrapper,
.main,
.header,
.footer {
    font-family: var(--willy-font-family) !important;
}