/* HEX Franklin — Monobloc brand type */
@font-face {
    font-family: "HEX Franklin";
    src: url("./HEXFranklin-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "HEX Franklin";
    src: url("./HEXFranklin-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HEX Franklin Condensed";
    src: url("./HEXFranklin-CondensedBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HEX Franklin Condensed";
    src: url("./HEXFranklin-CondensedExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HEX Franklin Extra Condensed";
    src: url("./HEXFranklin-ExtraCondensedExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HEX Franklin Variable";
    src: url("./HEXFranklin-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
