/* ==========================================
   Self-Hosted Fonts (DSGVO-konform)
   Work Sans + Roboto, latin subset, variable
   ========================================== */

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/work-sans/work-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/roboto/roboto.woff2') format('woff2');
}
