@font-face {
    font-family: 'Gotham'; 
    src: url('../fonts/Gotham-Black.woff') format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham'; 
    src: url('../fonts/Gotham-Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham'; 
    src: url('../fonts/Gotham-Book.woff') format("woff");
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham'; 
    src: url('../fonts/Gotham-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham'; 
    src: url('../fonts/Gotham-Light.woff') format("woff");
    font-weight: 300;
    font-style: normal;
}