@import 'bbr-prd.css';
@import 'lightbox.css';

:root {
  /* local colors */
  --tsb-rood: #c1001f;
  --tsb-rood-rgb: 193, 0, 31;
  --tsb-blauw: #4bafe8;

  /* local color overrides */
  --bbr-color: var(--tsb-rood);
  --bbr-color-rgb: var(--tsb-rood-rgb);
  --bbr-title__background-color: var(--bbr-lichtblauw);
  --bbr-authors__background-color: var(--bbr-geel);
  --bbr-authors__color: black;
  --main-content__title-text:var(--jb-blauw);
}

/* exceptions to default css */

@media screen and (max-width:950px) and (min-width:900px)
{
   #bbr-title {
     font-size:3.5vw;
   }
}