﻿@font-face {
    font-family: 'gotham-black';
    src: url('fonts/gotham-black.ttf') format('truetype');
}

@font-face {
    font-family: 'gotham-bold';
    src: url('fonts/gotham-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'gotham-book';
    src: url('fonts/gotham-book.ttf') format('truetype');
}

* {
    font-family: 'gotham-book';
    letter-spacing: -.75pt !important;	
}
