@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --csl-yellow: #FFD600;
  --csl-black: #000000;
  --csl-notification: rgba(255, 214, 0, 0.3); /* 18% geel, goed zichtbaar */
  --body-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --csl-highlight: rgba(255, 214, 0, 0.15);
}

body, p, span, a, li, td {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

h1, h2, h3, th, .heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}