/* =========================
   BASE
========================= */

body {
    background-color: var(--color-white);
}

body,
button,
input,
select,
textarea {
    font-family: var(--font-body) !important;
    font-weight: var(--fw-regular);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.section-title-main {
    font-family: var(--font-heading) !important;
    font-weight: var(--fw-medium);
}

img {
    max-width: 100%;
}
