/* @import url('http://example.com/example_style.css'); */

/@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-Thin.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-ThinItalic.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-XLight.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-XLightItalic.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-Light.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-Book.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-BookItalic.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-Medium.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-Bold.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-BoldItalic.woff') format('woff');
}
@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('/hubfs/fonts/Gotham-Black.woff') format('woff');
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




body {
  font-family: Gotham, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Paragraphs */

p {
  font-family: Gotham, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Gotham, sans-serif; font-style: normal;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Gotham, sans-serif; font-style: normal;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Gotham, sans-serif; font-style: normal;
}

/* Headings */

h1 {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

h2 {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

h3 {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

h4 {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

h5 {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

h6 {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

/* Blockquotes */

blockquote {
  font-family: Gotham, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

blockquote > footer {
  font-family: Gotham, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}