@font-face {
  font-family: 'Leede-Font';
  src: url("../fonts/Leede.otf");
}

@font-face {
  font-family: 'Leede-Narrow';
  src: url("../fonts/Leede-Narrow.otf");
}

@font-face {
  font-family: "Gotham";
  src: url('../fonts/New-Gotham/Gotham-Book.woff') format('woff'),
       url('../fonts/New-Gotham/Gotham-Book.woff2') format('woff2'),
       url('../fonts/New-Gotham/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
} 


@font-face {
	font-family: 'SegoeUI';
	src: url("../fonts/Segoe UI.ttf");
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/Segoe UI Bold.ttf");
  font-weight: bold;
}

@font-face {
	font-family: 'SegoeUI';
	src: url("../fonts/Segoe UI Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: 'SegoeUI';
	src: url("../fonts/Segoe UI Bold Italic.ttf");
	font-style: italic;
	font-weight: bold;
}

 