@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Roboto Regular"), url("https://s.regiogroei.cloud/fonts/roboto/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Roboto Bold"), url("https://s.regiogroei.cloud/fonts/roboto/Roboto-Bold.woff") format("woff");
}
:root {
  --primary-color: #CC0000;
  --primary-color-rgb: 204, 0, 0;
  --secondary-color: #CC0000;
  --secondary-color-rgb: 204, 0, 0;
  --highlight-color: #CC0000;
  --highlight-color-rgb: 204, 0, 0;
  --default-primary-font: "Roboto";
  --default-secondary-font: "Roboto";
  --border-radius: 6px;
}

.omroep-utrecht .groei-wa-article .first {
  font-weight: bold;
}

.omroep-utrecht .text a {
  color: #3300ff;
}