/* 
   BASE.CSS
   Global resets — variables and component styles live in design_system_v1.css
*/
.app-content-header {
    display: none !important;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--text-light);
}