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

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

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url('Inter-Light.otf') format('otf');
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 300;
    src: url('Inter-LightItalic.otf') format('otf');
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 200;
    src: url('Inter-ExtraLightItalic.otf') format('otf');
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100;
    src: url('Inter-Thin.otf') format('otf');
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 100;
    src: url('Inter-ThinItalic.otf') format('otf');
}

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

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

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

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

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

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

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url('Inter-ExtraBold.otf') format('otf');
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 800;
    src: url('Inter-ExtraBoldItalic.otf') format('otf');
}