
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url("./NotoSans-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url("./NotoSans-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 600;
    src: url("./NotoSans-SemiBold.woff2") format("woff2");
    font-display: swap;
}