/* Local-only font declarations to avoid third-party requests. */
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: local("Manrope"), local("Manrope Regular"), local("Manrope Medium"), local("Manrope SemiBold"), local("Manrope Bold"), local("Manrope ExtraBold");
}

@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: local("Outfit"), local("Outfit Medium"), local("Outfit SemiBold"), local("Outfit Bold");
}

@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: local("Figtree"), local("Figtree Regular"), local("Figtree SemiBold");
}
