/* @font-face {
	font-family: neuz-reg;
	src: url('../fonts/NeuzeitGro_Regular.otf');
	font-weight: normal;
} */
@font-face {
	font-family: NeuzeitGro-Bol;
	src: url('../fonts/NeuzeitGro_Bold.otf');
	font-weight: bold;
}
@font-face {
	font-family: 'Switzer';
	src: url('../fonts/Switzer-Regular.woff2') format('woff2'),
		 url('../fonts/Switzer-Regular.woff') format('woff'),
		 url('../fonts/Switzer-Regular.ttf') format('truetype');
		 font-weight: regular;
		 font-weight: 400;
		 font-display: swap;
		 font-style: normal;
  }

@font-face {
	font-family: 'Switzer';
	src: url('../fonts/Switzer-Medium.woff2') format('woff2'),
		 url('../fonts/Switzer-Medium.woff') format('woff'),
		 url('../fonts/Switzer-Medium.ttf') format('truetype');
		 font-weight: medium;
		 font-weight: 500;
		 font-display: swap;
		 font-style: normal;
  }

  @font-face {
	font-family: 'Switzer';
	src: url('../fonts/Switzer-Semibold.woff2') format('woff2'),
		 url('../fonts/Switzer-Semibold.woff') format('woff'),
		 url('../fonts/Switzer-Semibold.ttf') format('truetype');
		 font-weight: semibold;
		 font-weight: 600;
		 font-display: swap;
		 font-style: normal;
  }

  @font-face {
	font-family: 'Switzer';
	src: url('../fonts/Switzer-Bold.woff2') format('woff2'),
		 url('../fonts/Switzer-Bold.woff') format('woff'),
		 url('../fonts/Switzer-Bold.ttf') format('truetype');
		 font-weight: 700;
		 font-display: swap;
		 font-style: normal;
  }