@font-face {
    font-family: 'Momo Trust Display';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Momo_Trust_Display/MomoTrustDisplay-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Atkinson_Hyperlegible_Next/AtkinsonHyperlegibleNext-VariableFont_wght.woff2') format('woff2');
}

body.home,
.header__top,
.header-menu-container,
.header.is-home,
footer {
    --wp--preset--font-family--momo-trust-display: 'Momo Trust Display', sans-serif;
    --wp--preset--font-family--atkinson-hyperlegible-next: 'Atkinson Hyperlegible Next', sans-serif;
    --fonts-momo-trust-display: 'Momo Trust Display', sans-serif;
    --fonts-atkinson-hyperlegible-next: 'Atkinson Hyperlegible Next', sans-serif;
    font-family: var(--fonts-atkinson-hyperlegible-next);
}
