/* === FS Albert Web (lokal eingebunden) === */

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

/* ExtraBold */
@font-face {
  font-family: 'FSAlbertWeb';
  src: url('../fonts/FSAlbertWeb-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ===== Globale Anwendung ===== */
body {
  font-family: 'FSAlbertWeb', Arial, sans-serif;
}

/* Klasse für Tabellenartikel */
.font-fsalbert,
.font-fsalbert table,
.font-fsalbert td,
.font-fsalbert th,
.font-fsalbert p,
.font-fsalbert h1,
.font-fsalbert h2,
.font-fsalbert h3,
.font-fsalbert h4,
.font-fsalbert h5,
.font-fsalbert h6 {
  font-family: 'FSAlbertWeb', Arial, sans-serif !important;
}
.font-fsalbert h1, .font-fsalbert h2, .font-fsalbert h3 {
  font-weight: 800;
}
