@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bondia";
    src: url("../fonts/Bondia-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StackSans";
    src: url("../fonts/StackSansText-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StackSans";
    src: url("../fonts/StackSansText-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StackSans";
    src: url("../fonts/StackSansText-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StackSans";
    src: url("../fonts/StackSansText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StackSans";
    src: url("../fonts/StackSansText-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "StackSans";
    src: url("../fonts/StackSansText-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: "Bondia";
}

html,
body {
    font-family: var(--font-family), ui-sans-serif, system-ui, sans-serif;
}

html.font-bondia {
    --font-family: "Bondia";
}

html.font-stacksans {
    --font-family: "StackSans";
}
