/* Hubot-Sans font styles */
@font-face {
    font-family: "Hubot-Sans";
    src: url("Hubot-Sans-MediumWide.woff2") format("woff2"),
        url("Hubot-Sans-MediumWide.woff") format("woff"),
        url("Hubot-Sans-MediumWide.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hubot-Sans";
    src: url("Hubot-Sans-SemiBoldWide.ttf") format("truetype"),
        url("Hubot-Sans-MediumWide.woff2") format("woff2"),
        url("Hubot-Sans-MediumWide.woff") format("woff");

    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hubot-Sans";
    src: url("Hubot-Sans-MediumWide.woff2") format("woff2"),
        url("Hubot-Sans-MediumWide.woff") format("woff"),
        url("Hubot-Sans-MediumWide.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "Inter";
    src: url("Inter-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("Inter-Bold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
