/* Rubik */
@font-face {
    font-family: oswald-light;
    src: url(fonts/rubik/Rubik-Light.ttf);
}
@font-face {
    font-family: oswald-light-italic;
    src: url(fonts/rubik/Rubik-Light.ttf);
}
@font-face { 
    font-family: oswald-regular;
    src: url(fonts/rubik/Rubik-Regular.ttf);
}
@font-face {
    font-family: oswald-regular-italic;
    src: url(fonts/rubik/Rubik-Medium.ttf);
}
@font-face {
    font-family: oswald-bold;
    src: url(fonts/rubik/Rubik-Bold.ttf);
}

/* Monserrat */

@font-face {
    font-family: opensans-light;
    src: url(fonts/monserrat/Montserrat-Light.ttf);
}
@font-face {
    font-family: opensans-light-italic;
    src: url(fonts/monserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: opensans-regular;
    src: url(fonts/monserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: opensans-semibold;
    src: url(fonts/monserrat/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: opensans-bold;
    src: url(fonts/monserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Gotham';
    src: url(fonts/Gotham/Gotham-Light.otf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(fonts/Gotham/GothamBook.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(fonts/Gotham/GothamBold.ttf) format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Lemon milk';
    src: url(fonts/LEMON_MILK/LEMONMILK-Light.otf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Lemon milk';
    src: url(fonts/LEMON_MILK/LEMONMILK-Bold.otf) format('truetype');
    font-style: normal;
    font-weight: bold;
}