
@font-face {
    font-family: 'Inter';
    src: url('./inter-light.woff2') format('woff2'),
         url('./inter-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Inter';
    src: url('./inter-regular.woff2') format('woff2'),
         url('./inter-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Inter';
    src: url('./inter-medium.woff2') format('woff2'),
         url('./inter-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Inter';
    src: url('./inter-semibold.woff2') format('woff2'),
         url('./inter-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}