@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik/Rubik-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Lobster';
    src: url(../fonts/Lobster/Lobster-Regular.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Lora';
    src: url(../fonts/Lora/Lora-Regular.ttf);
    font-weight: bold;
}