@font-face {
    font-family: "Gotham Rounded";
    src: url(../fonts/gotham-rounded/GothamRounded-Medium.otf);
}

@font-face {
    font-family: "Gotham Rounded";
    src: url(../fonts/gotham-rounded/GothamRounded-Light.otf);
    font-weight: 100;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url(../fonts/gotham-rounded/GothamRounded-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: "Gotham Rounded";
    src: url(../fonts/gotham-rounded/GothamRounded-Book.otf);
    font-weight: 300;
}
