@charset "utf-8";
/* CSS Document */

/* ========================================================================================================= */
/*  																								   FONTS
/* ========================================================================================================= */

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/gotham-medium.eot');
    src: url('fonts/gotham-medium.eot') format('embedded-opentype'),
url('fonts/gotham-medium.woff2') format('woff2'),
url('fonts/gotham-medium.woff') format('woff'),
url('fonts/gotham-medium.ttf') format('truetype'),
url('fonts/gotham-medium.svg#GothamMedium') format('svg');
}


@font-face {
    font-family: 'GothamBook';
    src: url('fonts/gotham-book.eot');
    src: url('fonts/gotham-book.eot') format('embedded-opentype'),
url('fonts/gotham-book.woff2') format('woff2'),
url('fonts/gotham-book.woff') format('woff'),
url('fonts/gotham-book.ttf') format('truetype'),
url('fonts/gotham-book.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamLight';
    src: url('fonts/gotham-light.eot');
    src: url('fonts/gotham-light.eot') format('embedded-opentype'),
url('fonts/gotham-light.woff2') format('woff2'),
url('fonts/gotham-light.woff') format('woff'),
url('fonts/gotham-light.ttf') format('truetype'),
url('fonts/gotham-light.svg#GothamLight') format('svg');
}