/* Eigene Fonts manuell hochgeladen */
	@font-face {
	  font-family: 'Uomo';
	  src: url('/wp-content/uploads/fonts/Uomo.woff2') format('woff2');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Uomo';
	  src: url('/wp-content/uploads/fonts/Uomo-Italic.woff2') format('woff2');
	  font-weight: normal;
	  font-style: italic;
	}

	@font-face {
	  font-family: 'Uomo';
	  src: url('/wp-content/uploads/fonts/UomoBold.woff2') format('woff2');
	  font-weight: bold;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Uomo';
	  src: url('/wp-content/uploads/fonts/UomoBold-Italic.woff2') format('woff2');
	  font-weight: bold;
	  font-style: italic;
	}


	@font-face {
	  font-family: 'Uomo Wide';
	  src: url('/wp-content/uploads/fonts/UomoWide.woff2') format('woff2');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Uomo Wide';
	  src: url('/wp-content/uploads/fonts/UomoWide-Italic.woff2') format('woff2');
	  font-weight: normal;
	  font-style: italic;
	}

	@font-face {
	  font-family: 'Uomo Wide';
	  src: url('/wp-content/uploads/fonts/UomoWide-Bold.woff2') format('woff2');
	  font-weight: bold;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Uomo Wide';
	  src: url('/wp-content/uploads/fonts/UomoWide-BoldItalic.woff2') format('woff2');
	  font-weight: bold;
	  font-style: italic;
	}
	

	@font-face {
	  font-family: 'Boston';
	  src: url('/wp-content/uploads/fonts/Boston-Regular.woff2') format('woff2');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Boston';
	  src: url('/wp-content/uploads/fonts/Boston-RegularIt.woff2') format('woff2');
	  font-weight: normal;
	  font-style: italic;
	}

	@font-face {
	  font-family: 'Boston';
	  src: url('/wp-content/uploads/fonts/Boston-Bold.woff2') format('woff2');
	  font-weight: bold;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Boston';
	  src: url('/wp-content/uploads/fonts/Boston-BoldIt.woff2') format('woff2');
	  font-weight: bold;
	  font-style: italic;
	}