@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "cardo-bold", serif;
  font-weight: 700;
  font-style: normal;
}

:root {
    --body-font-family: 'Cardo', serif;
    --bs-font-sans-serif: 'Cardo', serif;
    --bs-body-font-family: 'Cardo', serif;
    --heading-font-family: 'cardo-bold', serif;
}

.component-scoreboard.layout-tabular .event-teams .default-logo-holder {
    display: none;
}
.section-event-countdown .component-countdown.layout-matchup .team-logo img {   display: none;}
.section-schedule-results  .component-scoreboard.layout-tabular .event-teams .team .logo-holder {   display: none;}

html.secondary-color-light .section-sponsors .component-banner.layout-slider .slick-arrow-controls .slick-arrow.pp, 
html.secondary-color-light .section-sponsors .component-banner.layout-slider .slick-arrow-controls .slick-arrow.next, 
html.secondary-color-light .section-sponsors .component-banner.layout-slider .slick-arrow-controls .slick-arrow.prev { --bs-btn-hover-color:var(--bs-secondary)