/* Roboto Slab Variable Font Integration (DSGVO-konform) */

@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* Unterstützt alle Gewichte von Thin bis Black */
  font-style: normal;
  font-display: swap;
}

/* Global example usage */
body {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  background-color: #fff;
  margin: 0;
  padding: 0;
}