@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
/* font-family: 'Poppins', ; */

@import url('https://fonts.googleapis.com/css?family=Acme|Poppins&display=swap');
/* font-family: 'Acme', ; */

@font-face {
    font-family: 'gothamBold';
    src: url('../../fonts/gotham/Gotham-Bold.eot');
    src: url('../../fonts/gotham/Gotham-Bold.eot?#iefix') format('../../fonts/gotham/embedded-opentype'),
    url('../../fonts/gotham/Gotham-Bold.woff') format('woff'),
    url('../../fonts/gotham/Gotham-Bold.ttf')  format('truetype'),
    url('../../fonts/gotham/Gotham-Bold.svg#gothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamBook';
    src: url('../../fonts/gotham/Gotham-Book.eot');
    src: url('../../fonts/gotham/Gotham-Book.eot?#iefix') format('../../fonts/gotham/embedded-opentype'),
    url('../../fonts/gotham/Gotham-Book.woff') format('woff'),
    url('../../fonts/gotham/Gotham-Book.ttf')  format('truetype'),
    url('../../fonts/gotham/Gotham-Book.svg#gothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
	
	unicode-range:U+0025-00FF;
}