/* ==========================================================================
   HTML5 display definitions x2
   ========================================================================== */
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Black.otf");
    font-weight: 900;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-BlackIta.otf");
    font-style: italic;
    font-weight: 900;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Bold.otf");
    font-weight: 700;

}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-BoldIta.otf");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Book.otf");
    font-weight: 400;

}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-BookIta.otf");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Light.otf");
    font-weight: 300;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-LightIta.otf");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Medium.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-MediumIta.otf");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Thin.otf");
    font-weight: 100;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-ThinIta.otf");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Ultra.otf");
    font-weight: 950;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-UltraIta.otf");
    font-weight: 950;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-XLight.otf");
    font-weight: 200;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-XlightIta.otf");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "PatrickHand";
    src: url("fonts/PatrickHand-Regular.ttf");
    font-weight: 400;
}
