@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url(../fonts/Inter-Medium.woff);
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(../fonts/Inter-Regular.woff);
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url(../fonts/Inter-Bold.woff);
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url(../fonts/Inter-SemiBold.woff);
}