/* ===============================
   Lokaal Dosis font - geoptimaliseerd (CLS-vriendelijk)
   =============================== */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('Dosis-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('Dosis-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('Dosis-Bold.woff2') format('woff2');
}

/* ===============================
   Consistente fallback & toepassing
   =============================== */

body,
button,
input,
select,
textarea {
  font-family: 'Dosis', Arial, sans-serif;
}
