/* Import Fonts */

@font-face {
    font-family: "GothamRounded-Bold";
    src: url("../fonts/Gotham/GothamRounded-Bold.otf");
}

@font-face {
    font-family: "GothamRounded-BoldItalic";
    src: url("../fonts/Gotham/GothamRounded-BoldItalic.otf");
}

@font-face {
    font-family: "GothamRounded-Book";
    src: url("../fonts/Gotham/GothamRounded-Book.otf");
}

@font-face {
    font-family: "GothamRounded-BookItalic";
    src: url("../fonts/Gotham/GothamRounded-BookItalic.otf");
}

@font-face {
    font-family: "GothamRounded-Light";
    src: url("../fonts/Gotham/GothamRounded-Light.otf");
}

@font-face {
    font-family: "GothamRounded-LightItalic";
    src: url("../fonts/Gotham/GothamRounded-LightItalic.otf");
}

@font-face {
    font-family: "GothamRounded-Medium";
    src: url("../fonts/Gotham/GothamRounded-Medium.otf");
}

@font-face {
    font-family: "GothamRounded-MediumItalic";
    src: url("../fonts/Gotham/GothamRounded-MediumItalic.otf");
}

@font-face {
    font-family: "GothamRoundedBold_21016";
    src: url("../fonts/Gotham/GothamRoundedBold_21016.ttf");
}

@font-face {
    font-family: "GothamRoundedBook_21018";
    src: url("../fonts/Gotham/GothamRoundedBook_21018.ttf");
}

@font-face {
    font-family: "GothamRoundedLight_21020";
    src: url("../fonts/Gotham/GothamRoundedLight_21020.ttf");
}

@font-face {
    font-family: "GothamRoundedMedium_21022";
    src: url("../fonts/Gotham/GothamRoundedMedium_21022.ttf");
}

.text-medium {
    font-family: GothamRounded-Medium !important;
}

.text-book {
    font-family: GothamRounded-Book !important;
}