/* 1. Cinzel Einbindung (Variable Font) */
@font-face {
  font-family: 'Cinzel';
  src: url('fonts/Cinzel-VariableFont_wght.woff2') format('woff2-variations'),
       url('fonts/Cinzel-VariableFont_wght.woff2') format('woff2');
  font-weight: 400 900; /* Definiert den verfügbaren Bereich der Stärke */
  font-style: normal;
  font-display: swap;
}

/* 2. Work Sans Einbindung (Variable Font - Normal & Italic) */
@font-face {
  font-family: 'Work Sans';
  src: url('fonts/WorkSans-VariableFont_wght.woff2') format('woff2-variations'),
       url('fonts/WorkSans-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('fonts/WorkSans-Italic-VariableFont_wght.woff2') format('woff2-variations'),
       url('fonts/WorkSans-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* --- Zuweisung zu den Elementen --- */



/* Die globale Schriftart für die gesamte Website */
body {
  font-family: 'Work Sans', sans-serif; /* Deine neue Hauptschrift */
  font-weight: 400;                     /* Standard-Stärke (Regular) */
  font-size: 16px;                      /* Optionale Basis-Größe */
  /* color: #333; */                          /* Optionale Textfarbe */
  line-height: 1.6;                     /* Bessere Lesbarkeit durch Zeilenabstand */
  -webkit-font-smoothing: antialiased;  /* Macht die Schrift auf Macs schöner */
}



.titel1{
    letter-spacing: 0.3em;
    font-weight: bold;
    font-size: 1.3em;
	/*text-shadow: 0 0 4px #0041E3;*/
}

.titel2{
	font-family: 'Cinzel', serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.5em;
	/*text-shadow: 0 0 4px #0041E3;*/
}

.titel3 {
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 0.7em;
	/*text-shadow: 0 0 4px #0041E3;*/
}
.titel4 {
    letter-spacing: 0.07em;
    font-size: 1.1em;
    text-transform: uppercase;    
}