@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


