@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium-12.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src:
        url('../font/Roboto-Bold-3.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src:
        url('../font/Roboto-Light-10.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src:
        url('../font/Roboto-Regular-14.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../font/Roboto-Thin-15.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Roboto' !important;
}