:root {
    --font-body: config-variable, sans-serif;
    --font-headings: config-variable, sans-serif;
    --font-links: config-variable, sans-serif;
    --font-buttons: config-variable, sans-serif;
    font-variation-settings: "slnt" 0, "wght" 567, "wdth" 100;
}

.schedule-grid .sport { display:none }
.schedule-grid .status.bg-secondary { color:#fff!important }

.component.scoreboard .mod-scoreboard .sport { display:none }
    
.mod-standings.style1 .team-standings th { min-width:20%; }
.mod-standings.style1 .team-standings th:first-child { width: 50%; }


.section.header-top .site-slogan span.ls-3 {   background: rgba(0,0,0,0.01); color:#000 }

@media only screen and (min-width:992px) {
 
 .standings-page .team-name { min-width:350px }
    
}