@font-face {
    font-family: Roboto-Black;
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}
@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../../fonts/roboto/Roboto-BlackItalic.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../../fonts/roboto/Roboto-BoldItalic.ttf);
}
@font-face {
    font-family: Roboto-Italic;
    src: url(../../fonts/roboto/Roboto-Italic.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../../fonts/roboto/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../../fonts/roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../../fonts/roboto/Roboto-MediumItalic.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(../../fonts/roboto/Roboto-Thin.ttf);
}
@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../../fonts/roboto/Roboto-ThinItalic.ttf);
}

strong,
label,
.input-label{
    font-family: 'Roboto-Medium';
    font-weight: normal;
}

body,
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    user-select: text !important;
}

h2.title{
    font-size: 18px;
    padding: 10px 16px;
    margin: 10px 0;
    display: block;
    text-align: left;
    font-family: 'Roboto-Medium';
}