@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url(../fonts/notosans-regular.woff2) format('woff2'), url(../fonts/notosans-regular.woff) format('woff')
}

@font-face {
    font-family: 'NotoSans-Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url(../fonts/notosans-bold.woff2) format('woff2'), url(../fonts/notosans-bold.woff) format('woff')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/inter-regular.woff2) format('woff2')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/inter-medium.woff2) format('woff2')
}