@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla/Karla-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Karla-Bold';
    src: url('../fonts/Karla/Karla-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik/Rubik-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Rubik-Bold';
    src: url('../fonts/Rubik/Rubik-Bold.ttf');
    font-weight: bold;
}