/* ============================================================
   fonts.css — Rijksoverheid Sans (lokaal geladen)
   Gedeeld door alle pagina's op actcheck.nl
   ============================================================ */

@font-face {
  font-family: "RO Sans";
  src: url("../fonts/rijksoverheidsanstext-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RO Sans";
  src: url("../fonts/rijksoverheidsansheading-bold.ttf") format("truetype");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
