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

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: normal;
    src: url("Inter-Italic.woff") format("woff");
}

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

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 500;
    src: url("Inter-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("Inter-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 600;
    src: url("Inter-SemiBoldItalic.woff") format("woff");
}

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

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: bold;
    src: url("Inter-BoldItalic.woff") format("woff");
}
