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

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

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

@font-face {
    font-family: "Gotham";
    src: url("./Gotham-Book.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Utopia Semibold Caption";
    src: url("./UtopiaStd-SemiboldCapt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}