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