/* Neutral Sans — headings */
@font-face {
    font-family: "Neutral Sans";
    src: url("/assets/fonts/neutral-sans-font-family/NeutralSans-Regular-BF673417d506f9f.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neutral Sans";
    src: url("/assets/fonts/neutral-sans-font-family/NeutralSans-Meidum-BF673417d4df1bc.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neutral Sans";
    src: url("/assets/fonts/neutral-sans-font-family/NeutralSans-Bold-BF673417d49d91f.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neutral Sans";
    src: url("/assets/fonts/neutral-sans-font-family/NeutralSans-Black-BF673417d54e198.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-heading: "Neutral Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --heading-font: var(--font-heading);
    --body-font: var(--font-body);
}

body {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.section-title-two h2,
.home-reviews-title,
.site-footer-cta__title,
.site-footer__heading {
    font-family: var(--font-heading);
}
