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

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

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

/** Bounded - Variable **/
@font-face {
    font-family: "BoundedVariable";
    src: url("/fonts/Bounded-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
