@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    src: local('Inter'), local('Inter-Regular'), url(./../fonts/inter-regular-webfont.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    src: local('Inter Bold'), local('Inter-Bold'), url(./../fonts/inter-bold-webfont.woff) format('woff');
    font-display: swap;
}
