@font-face {
    font-family: 'Gotham';
    font-weight: 200;
    src: url("./Gotham-Thin.otf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 200;
    font-style: italic;
    src: url("./Gotham-ThinItalic.otf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    src: url("./GothamLight.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 300;
    font-style: italic;
    src: url("./GothamLightItalic.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 400;
    src: url("./GothamBook.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 400;
    font-style: italic;
    src: url("./GothamBookItalic.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 500;
    src: url("./GothamMedium.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 500;
    font-style: italic;
    src: url("./GothamMediumItalic.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 600;
    src: url("./GothamBold.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 600;
    font-style: italic;
    src: url("./GothamBoldItalic.ttf");
}

@font-face {
    font-family: 'Gotham';
    font-weight: 900;
    src: url("./Gotham-Black.otf");
}