@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("OpenSans Regular"), url("/fonts/opensans/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("OpenSans Bold"), url("/fonts/opensans/OpenSans-Bold.woff") format("woff");
}
:root {
  --primary-color: #006AAC;
  --primary-color-rgb: 8,106,179;
  --secondary-color: #006AAC;
  --secondary-color-rgb: 8,106,179;
  --highlight-color: #006AAC;
  --highlight-color-rgb: 8,106,1795;
  --default-primary-font: "OpenSans";
  --default-secondary-font: "OpenSans";
  --border-radius: 6px;
}

@media only screen and (max-width: 984px) {
  .omroep-rijnmond .groei-wa-article .article-wrapper h1 {
    font-size: 2.4em;
  }
}
@media only screen and (min-width: 985px) {
  .omroep-rijnmond .groei-wa-article .article-wrapper h1 {
    font-size: 3.2em;
  }
}
.omroep-rijnmond .groei-wa-article .first {
  font-weight: bold;
}

.omroep-rijnmond .groei-wa-news-article .news-item-highlight h3,
.omroep-rijnmond .groei-wa-news-article .news-item-highlight span,
.omroep-rijnmond .groei-wa-grid-item--highlight a:first-child h3,
.omroep-rijnmond .groei-wa-grid-item--highlight a:first-child span {
  color: #fff;
}
.omroep-rijnmond .groei-wa-news-article .news-item-highlight:hover h3,
.omroep-rijnmond .groei-wa-news-article .news-item-highlight:hover span,
.omroep-rijnmond .groei-wa-grid-item--highlight a:first-child:hover h3,
.omroep-rijnmond .groei-wa-grid-item--highlight a:first-child:hover span {
  color: #fff;
}

.omroep-rijnmond .groei-wa-news-article .news-item-highlight:before {
  background: var(--highlight-color);
}

.omroep-rijnmond .groei-wa-grid-item--highlight a:first-child {
  background: none;
  background-color: var(--highlight-color);
}