@font-face {
    font-family: Inter;
    font-weight: 100;
    src: url("./Inter-Thin.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 200;
    src: url("./Inter-ExtraLight.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 300;
    src: url("./Inter-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    src: url("./Inter-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    src: url("./Inter-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url("./Inter-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url("./Inter-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 800;
    src: url("./Inter-ExtraBold.ttf");
    font-display: swap;
}

