/* Inter Font - Regular */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_V320/Inter-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* Inter Font - Italic */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_V320/Inter-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

/* Inter Font - ExtraLight */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_V320/Inter-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

/* Inter Font - ExtraLight Italic */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_V320/Inter-ExtraLightItalic.woff2") format("woff2");
    font-weight: 200;
    font-style: italic;
}

/* Repeat the above @font-face rules for other weights and styles */

/* Example: Inter Font - Bold */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_V320/Inter-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

/* Example: Inter Font - SemiBold Italic */
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_V320/Inter-SemiBoldItalic.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
}