/* FONTS */



<link rel="preconnect" href="https:www.stach-grafik.de/fonts">





/* Caudex */


@font-face {
font-family: 'Caudex Regular';
font-style: normal;
font-weight: normal;
src: local('Caudex Regular'), url('../fonts/Caudex-Regular.woff') format('woff');
}


@font-face {
font-family: 'Caudex Italic';
font-style: normal;
font-weight: normal;
src: local('Caudex Italic'), url('../fonts/Caudex-Italic.woff') format('woff');
}


@font-face {
font-family: 'Caudex Bold';
font-style: normal;
font-weight: normal;
src: local('Caudex Bold'), url('../fonts/Caudex-Bold.woff') format('woff');
}


@font-face {
font-family: 'Caudex Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Caudex Bold Italic'), url('../fonts/Caudex-BoldItalic.woff') format('woff');
}


@font-face {
  font-family: 'Caudex';
  font-style: normal;
  font-weight: 100;
  
  src: url('../fonts/Caudex-Regular.ttf') format('truetype');
	src: url('../fonts/Caudex-Italic.ttf') format('truetype');
	src: url('../fonts/Caudex-Bold.ttf') format('truetype');
	src: url('../fonts/Caudex-BoldItalic.ttf') format('truetype');
  src: local('Caudex'),

   
.caudex-regular {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-style: normal;
}

.caudex-bold {
  font-family: "Caudex", serif;
  font-weight: 700;
  font-style: normal;
}

.caudex-regular-italic {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-style: italic;
}

.caudex-bold-italic {
  font-family: "Caudex", serif;
  font-weight: 700;
  font-style: italic;
}


