@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 100;
    src: url("noto-sans-100.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 100;
    src: url("noto-sans-100i.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300;
    src: url("noto-sans-300.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 300;
    src: url("noto-sans-300i.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    src: url("noto-sans-500.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 500;
    src: url("noto-sans-500i.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    src: url("noto-sans-700.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 700;
    src: url("noto-sans-700i.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 900;
    src: url("noto-sans-900.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 900;
    src: url("noto-sans-900i.ttf") format("truetype");
}
