
@font-face {
  font-family: 'Noi Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  
	src: url('../fonts/NoiGrotesk-Regular.eot');
	src: url('../fonts/NoiGrotesk-Regular.eot') format('embedded-opentype'),
		 url('../fonts/NoiGrotesk-Regular.woff2') format('woff2'),
		 url('../fonts/NoiGrotesk-Regular') format('woff'),
		 url('../fonts/NoiGrotesk-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noi Grotesk Medium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  
	src: url('../fonts/NoiGrotesk-Medium.eot');
	src: url('../fonts/NoiGrotesk-Medium.eot') format('embedded-opentype'),
		 url('../fonts/NoiGrotesk-Medium.woff2') format('woff2'),
		 url('../fonts/NoiGrotesk-Medium') format('woff'),
		 url('../fonts/NoiGrotesk-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'studiofeixen';
  
	src: url('../fonts/StudioFeixenSerif-Book.eot');
	src: url('../fonts/StudioFeixenSerif-Book.eot') format('embedded-opentype'),
         url('../fonts/StudioFeixenSerif-Book.woff2') format('woff2'),
         url('../fonts/StudioFeixenSerif-Book') format('woff'),
         url('../fonts/StudioFeixenSerif-Book.ttf') format('truetype');
	
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}