@font-face {
    font-family: "Noto Sans";
    src: url('NotoSans-Regular.ttf');
    src: local('NotoSans'), local('NotoSans-Regular'),
    url('NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Medium.ttf');
    src: local('NotoSans-Medium'),
    url('NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Bold.ttf');
    src: local('NotoSans-Bold'),
    url('NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-SemiBold.ttf');
    src: local('NotoSans-SemiBold'),
    url('NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}