/* ============================================================
   FONTS: ARTIFAKT (WOFF2)
   - optimiert gegen FOIT/FOUT
   - korrekt mit Bindestrich-Dateinamen
   - sauber sortiert nach Font-Family + Gewicht
   ============================================================ */


/* ===============================
   Artifakt Element – Fließtext
=============================== */

@font-face {
  font-family: 'Artifakt Element';
  src: url('../fonts/Artifakt-Element-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Artifakt Element';
  src: url('../fonts/Artifakt-Element-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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


/* ===============================
   Artifakt Legend – Headlines
=============================== */

@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt-Legend-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt-Legend-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt-Legend-Extra-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/* ===============================
   Globale Nutzung
=============================== */

html {
  font-synthesis: none;
}

body {
  font-family: 'Artifakt Element',
               -apple-system,
               BlinkMacSystemFont,
               'Segoe UI',
               Roboto,
               sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Artifakt Legend',
               'Artifakt Element',
               sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

strong,
b {
  font-weight: 700;
}