@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

@font-face {
    font-family: 'HelveticaNeueCondensed';
    src: url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCondensed';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/HelveticaNeue-CondensedBlack.woff') format('woff');
}

@font-face {
	font-family: 'FoundersGroteskCond-SmBd';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Founders_Grotesk_-_Condensed_SmBd.otf');
}

@font-face {
	font-family: 'FoundersGroteskCond';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/FoundersGroteskCondensed-SemiBold.otf');
}