@font-face {
    font-family: Inter;
    src: url('/font/Inter-Thin.woff2') format("woff2");
    font-weight: 100;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-ExtraLight.woff2') format("woff2");
    font-weight: 200;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-Light.woff2') format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-Regular.woff2') format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-Medium.woff2') format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-SemiBold.woff2') format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-Bold.woff2') format("woff2");
    font-weight: 700;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-ExtraBold.woff2') format("woff2");
    font-weight: 900;
}
@font-face {
    font-family: Inter;
    src: url('/font/Inter-Black.woff2') format("woff2");
    font-weight: 900;
}