/*Ersatz bis der Kund den Aeonis Font zur Verfügung gestellt hat*/
@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend-Bold') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/**** colors etc. *******/
:root {
  --font-family: 'Lexend', sans-serif;
  --content_width: var(--content_width_wide, 1220px);
  --content_width_narrow: var(--content_width_narrow, 1220px);
  --wide_content_width: 1440px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  --gradient_inverse: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
  --grid-gap: calc(2 * 1.25rem);
  --ee_button_radius:8px;
}
