/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/webfonts/Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/webfonts/Regular-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/webfonts/Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('/webfonts/Medium-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/webfonts/Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('/webfonts/Bold-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('/webfonts/Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('/webfonts/Black-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('/webfonts/XX-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('/webfonts/XX-Thin-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('/webfonts/X-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('/webfonts/X-Thin-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/webfonts/Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('/webfonts/Thin-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */