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

/* NeueEinstellung Bold — separate family name to match design variables */
@font-face {
  font-family: 'NeueEinstellung Bold';
  src: url('../fonts/NeueEinstellung-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Radnika — accent / decorative use */
@font-face {
  font-family: 'Radnika';
  src: url('../fonts/Radnika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
