/**** COLBO Fonts ****/
@font-face {
    font-family: "COLBO";
    src: url("COLBO-LightExtended.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "COLBO";
    src: url("COLBO-RegularExtended.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "COLBO";
    src: url("COLBO-BoldExtended.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "COLBO";
    src: url("COLBO-BoldSemiExtended.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "COLBO";
    src: url("COLBO-BlackSemiExtended.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: "COLBO";
    src: url("COLBO-BlackExtended.otf") format("opentype");
    font-weight: 900;
}



/**** Gotham Fonts ****/
@font-face {
    font-family: "Gotham";
    src: url("Gotham Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("Gotham-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}