/* Fonts source : https://www.onlinewebfonts.com/package/Gotham_Rounded */
@font-face {
    font-family: GothamRounded;
    src:
        url('/build/fonts/GothamRounded-Light.eot?') format('eot'),
        url('/build/fonts/GothamRounded-Light.woff') format('woff'),
        url('/build/fonts/GothamRounded-Light.ttf') format('truetype');
}

@font-face {
    font-family: GothamRoundedMedium;
    src: url('/build/GothamRounded-Medium.otf');
    font-weight: bold;
}

@font-face {
    font-family: NunitoMedium;
    src: url('/build/fonts/Nunito-Medium.ttf');
}

@font-face {
    font-family: NunitoBold;
    src: url('/build/fonts/Nunito-Bold.ttf');
}

@font-face {
    font-family: NunitoLight;
    src: url('/build/fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: RobotoRegular;
    src: url('/build/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: RobotoBold;
    src: url('/build/fonts/Roboto-Bold.ttf');
}
