/* Century Gothic Font Library */

@import url("/t/_fonts/Gotham");

@font-face {
	font-family: 'GothamLight';
	font-weight:normal;
	src: url('Gotham-Light.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamRegular';
	font-weight:normal;
	src: url('Gotham-Book.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamRegularItalic';
	font-weight:normal;
	src: url('Gotham-BookItalic.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamMedium';
	font-weight:normal;
	src: url('Gotham-Medium.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamMediumItalic';
	font-weight:normal;
	src: url('Gotham-MediumItalic.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamBold';
	font-weight:normal;
	src: url('Gotham-Bold.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamBoldItalic';
	font-weight:normal;
	src: url('Gotham-BoldItalic.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'GothamBook';
	font-weight:normal;
	src: url('Gotham-Book.ttf') format("truetype");
	font-display: swap;
}

h1, h2, b, strong {
	font-family: 'GothamBold', 'sans-serif';
}

h3, h4, h5, .button, body, ul, ol, p, .footer-copyright {
	font-family: 'GothamRegular', 'sans-serif';
}

a{
	font-family: 'GothamMedium', 'sans-serif';
}
