:root {
    --gp-font--figtree: "Figtree";
    --gp-font--inter: "Inter";
}

@font-face {
    font-display: swap;
    font-family: "Figtree";
    font-style: normal;
    font-weight: 300 900;
    src: url("../fonts/figtree-variable.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    src: url("../fonts/inter-variable.woff2") format("woff2");
}
