@font-face {
    font-family: 'Noto Sans';
    src:url('NotoSans/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: 600;
    src:url('NotoSans/NotoSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: bold;
    src:url('NotoSans/NotoSans-Bold.ttf') format('truetype');
}


