@font-face {
	font-family: Brown-light;
	src: url("fonts/Brown-Light.otf") format("opentype"),
	 	url('fonts/Brown-Light.woff2') format('woff2'), /* Super modern browsers */
       	url('fonts/Brown-Light.woff') format('woff'), /* Modern browsers */
       	url('fonts/Brown-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}
}
@font-face {
	font-family: Brown-Regular;
	src: url("fonts/Brown-Regular.otf") format("opentype"),
	 	url('fonts/Brown-Regular.woff2') format('woff2'), /* Super modern browsers */
       	url('fonts/Brown-Regular.woff') format('woff'), /* Modern browsers */
       	url('fonts/Brown-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: Brown-Bold;
    src: url("fonts/Brown-Bold.otf") format("opentype"),
	 	url('fonts/Brown-Bold.woff2') format('woff2'), /* Super modern browsers */
       	url('fonts/Brown-Bold.woff') format('woff'), /* Modern browsers */
       	url('fonts/Brown-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  	font-family: GTSectraFine-Book;
	src: url("fonts/GT-Sectra-Fine-Book.otf") format("opentype");
}
@font-face {
  	font-family: GTSectraFine-BookItalic;
	src: url("fonts/GT-Sectra-Fine-Book-Italic.otf") format("opentype");
}
@font-face {
  	font-family: GTSectraFine-Medium;
  	src: url("fonts/GT-Sectra-Fine-Medium.otf") format("opentype");
}

@font-face {
	font-family: GTSectraFine-Light;
	src: url("fonts/GT-Sectra-Fine-Medium.otf") format("opentype");
}



