﻿
/*------- GOTHAM FONT -------*/
@font-face {
    font-family: Gotham-Bold;
    src: url("Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: Gotham-BoldItalic;
    src: url("Gotham-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham-Book;
    src: url("Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: Gotham-BookItalic;
    src: url("Gotham-BookItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham-Light;
    src: url("Gotham-Light.otf") format("opentype");
}

@font-face {
    font-family: Gotham-LightItalic;
    src: url("Gotham-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: Gotham-MediumItalic;
    src: url("Gotham-MediumItalic.otf") format("opentype");
}