@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url('inter-regular-webfont.woff') format("woff");
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url('inter-medium-webfont.woff') format("woff");
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url('inter-semibold-webfont.woff') format("woff");
}