:export {
  xsmin: 320px;
  smmin: 680px;
  mdmin: 984px;
  lgmin: 1024px;
  xlmin: 1440px;
  xsmax: 680px;
  smmax: 984px;
  mdmax: 1024px;
  lgmax: 1440px;
}

@font-face {
  font-family: "Urbane Rounded";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Urbane Rounded"), url("https://s.regiogroei.cloud/fonts/urbanerounded/Device-Urbane-Rounded-Light.woff") format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("DM Sans Regular"), url("https://s.regiogroei.cloud/fonts/dmsans/DMSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("DM Sans Bold"), url("https://s.regiogroei.cloud/fonts/dmsans/DMSans-Bold.woff") format("woff");
}
:root {
  --primary-color: #0098cd;
  --primary-color-rgb: 0, 152, 205;
  --secondary-color: #0098cd;
  --secondary-color-rgb: 0, 152, 205;
  --highlight-color: #0098cd;
  --highlight-color-rgb: 0, 152, 205;
  --default-primary-font: "Urbane Rounded";
  --default-secondary-font: "DM Sans";
  --border-radius: 6px;
}

.omroep-zeeland .promobox {
  max-width: 85%;
  margin: 0px auto;
}

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

.omroep-zeeland .block-context {
  background-color: rgba(var(--highlight-color-rgb), 0.1);
}