@font-face {
    font-family: GothamRndLight;
	
    src: url('../fonts/GothamRnd-Light.ttf');
	
}

/* atkinson-hyperlegible-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Atkinson Hyperlegible';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/atkinson-hyperlegible-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Atkinson Hyperlegible';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/atkinson-hyperlegible-v11-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Atkinson Hyperlegible';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/atkinson-hyperlegible-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* atkinson-hyperlegible-700italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Atkinson Hyperlegible';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/atkinson-hyperlegible-v11-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



@font-face {
	font-family:gotham rounded;
	font-style:normal;
	font-weight:400;
	src:local('Gotham Rounded'),url('../fonts/Gotham Rounded Bold.woff') format('woff')
}
@font-face {
font-family:gotham rounded;
	font-style:normal;
	font-weight:300;
	src:local('Gotham Rounded'),url('../fonts/Gotham Rounded Light.woff') format('woff')
}
@font-face {
font-family:gotham rounded;
	font-style:italic;
	font-weight:300;
	src:local('Gotham Rounded'),url('../fonts/Gotham Rounded Light Italic.woff') format('woff')
}
@font-face {
font-family:gotham rounded;
	font-style:normal;
	font-weight:350;
	src:local('Gotham Rounded'),url('../fonts/Gotham Rounded Medium.woff') format('woff')
}
@font-face {
font-family:gotham rounded;
	font-style:italic;
	font-weight:350;
	src:local('Gotham Rounded'),url('../fonts/Gotham Rounded Medium Italic.woff') format('woff')}

