/* Inter – Regular (400) */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter – SemiBold (600) */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Clash Grotesk – Variable */
@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/ClashGrotesk-Variable.ttf') format('truetype'); /* Falls möglich: woff2 nehmen */
  font-weight: 200 800; /* Variable-Range */
  font-style: normal;
  font-display: swap;
}
