@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-SemiBold.ttf") format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Medium.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}