@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

}

table#example thead th {
    background-color: black !important;
    color: #fcf824 !important; /* yellow-orange */
    text-align: center;
}

table#example tbody tr.odd {
    background-color: white;
}

table#example tbody tr.even {
    background-color: #f9f9f9 !important;
}
