@font-face {
    font-family: 'Inter';
    src: url(/fonts/Inter-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: 'Inter';
    src: url(/fonts/Inter-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: 'Inter';
    src: url(/fonts/Inter-SemiBold.woff);
    font-weight: 600;
}
@font-face {
    font-family: 'Inter';
    src: url(/fonts/Inter-Bold.woff);
    font-weight: 700;
}