@import url('css-vars.css');

#main-page {
    /* background-color: hsla(var(--clr_h),var(--clr_bg_s),97.5%,0.5); */
    background-color: inherit;
}

#main-page-title {
    font-weight: 600;
}

table.table thead th {
    white-space: nowrap;
    font-size: 0.9em;
}
table.table tbody td {
    font-size: 0.85em;
}