@font-face {
    font-family: Gotham-Book;
    src: url('../fonts/Gotham-Book.ttf');
}
@font-face {
    font-family: Gotham-Bold;
    src: url('../fonts/Gotham-Bold.ttf');
}
@font-face {
    font-family: Gotham-Medium;
    src: url('../fonts/Gotham-Medium.ttf');
}
@font-face {
    font-family: Gotham-Light;
    src: url('../fonts/Gotham-Light.ttf');
}
@font-face {
    font-family: Segoe UI;
    src: url('../fonts/Segoe-UI.ttf');
}
@font-face {
    font-family: MyriadPro-Regular;
    src: url('../fonts/MyriadPro-Regular.ttf');
}