@font-face {
    font-family: 'Roboto Slab Bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ROBOTOSLAB-BOLD.TTF') format('truetype');
}
@font-face {
    font-family: 'Roboto Slab Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ROBOTOSLAB-REGULAR.TTF') format('truetype');
}
@font-face {
    font-family: 'Roboto Slab Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ROBOTOSLAB-LIGHT.TTF') format('truetype');
}
@font-face {
    font-family: 'Roboto Slab Thin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ROBOTOSLAB-THIN.TTF') format('truetype');
}