/* DARF self-hosted fonts — Roca One (display) + Lexend (body).
   Self-hosted (no Google CDN) for GDPR compliance on the DE market. */
@font-face {
  font-family: 'Roca One';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('darf-roca-r.woff2') format('woff2');
}
@font-face {
  font-family: 'Roca One';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('darf-roca-b.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('darf-lexend.woff2') format('woff2');
}
