/* ===============================
   Artifakt Legend – Headlines
=============================== */
@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt Legend Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt Legend Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt Legend Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt Legend Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Legend';
  src: url('../fonts/Artifakt Legend Extra Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   Artifakt Element – Fließtext
=============================== */
@font-face {
  font-family: 'Artifakt Element';
  src: url('../fonts/Artifakt Element Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Element';
  src: url('../fonts/Artifakt Element Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Element';
  src: url('../fonts/Artifakt Element Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifakt Element';
  src: url('../fonts/Artifakt Element Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   Globale Nutzung
=============================== */
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;
}