/* fonts */
@font-face {
    font-family: roboto-regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: roboto-medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
body {
    font-family: "roboto-light" !important;
}
.roboto-bold {
    font-family: 'roboto-bold';
}

.temp-desc {
    height: 38px;
    overflow: scroll;
    padding: 0 7px;
}
.temp-desc::-webkit-scrollbar {
    display: none;
}
.temp-desc {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}