@font-face {
  font-family: 'Delius';
  src: url('fonts/delius/Delius-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Verbessert Ladezeit */
}

body {
  font-family: 'Delius', sans-serif;
}
