body {
    font-family: Inter, "Segoe UI", sans-serif;
}

/* Windows/Chrome often paints native <select> with unreadable contrast unless color is explicit. */
select.timezone-select {
    color-scheme: light;
}

select.timezone-select,
select.timezone-select option {
    color: #0f172a;
    background-color: #ffffff;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
