/* ThaiTel – lokal gehostete Schriften (DSGVO: kein Google-Server-Load).
   Poppins als woff2 selbst eingebunden. Noto Sans Thai optional nachruesten:
   woff2 unter fonts/ ablegen und den auskommentierten Block aktivieren. */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/poppins-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-500.woff2') format('woff2');
}
/* 600 und 800 nutzen das 700er-File (Bold) als naechstliegendes Gewicht */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('fonts/poppins-700.woff2') format('woff2');
}

/* Thai optional lokal hosten – Datei besorgen (z.B. Webfont-Helper),
   als fonts/notosansthai-400.woff2 / -700.woff2 ablegen, dann aktivieren:
@font-face {
  font-family: 'Noto Sans Thai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/notosansthai-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans Thai';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/notosansthai-700.woff2') format('woff2');
}
*/
