/* EventosHQ — Global Styles */
html, body {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

/* Remove default Bootstrap padding since MudBlazor handles layout */
.mud-main-content {
    padding-top: 0 !important;
}

/* Grid Header Standardization */
.grid-header-gray .mud-table-head,
.grid-header-gray .mud-table-head th {
    background-color: #f5f5f5 !important;
    font-weight: 600 !important;
}