@use '../../../variables' as *;

.#{$prefix}theme-centurion {
    .#{$prefix}table {
        thead tr th  {
            font-size: var(--#{$prefix}table-column-font-size) !important;
            font-weight: var(--#{$prefix}table-column-font-weight) !important;
            background-color: var(--#{$prefix}table-column-background) !important;

        }
        thead tr th {
            --#{$prefix}table-column-background: #d9e0f8;
            --#{$prefix}table-column-font-size: 13px;
            --#{$prefix}table-column-font-weight: 700;
        }
    }
}
