@font-face {
    font-family: "Inter-Bold";
    src: url("Inter-Bold.woff") format("opentype");
    font-display: auto;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("Inter-Medium.woff") format("opentype");
    font-display: auto;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("Inter-Regular.woff") format("opentype");
    font-display: auto;
    font-weight: 400;
    font-style: normal;
}