@font-face {
    font-family: "AET Manrope";
    src: url("Manrope-VariableFont_wght.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

:root {
    --aet-global-font-family: "AET Manrope", sans-serif;
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
button,
input,
select,
textarea,
.site-title,
.site-description,
#site-navigation-wrap,
#site-navigation-wrap a,
#mobile-dropdown,
#mobile-dropdown a,
.sidr,
.sidr a,
.oceanwp-mobile-menu-icon,
.wpforms-container,
.wpforms-container button,
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea,
.button,
.wp-element-button,
.wp-block-button__link {
    font-family: var(--aet-global-font-family);
}
