@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Robotos-Bold.ttf') format('truetype');;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Monserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Monserrat.woff2') format('woff2');
}

@font-face {
    font-family: 'Monserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Monserrat-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Monserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Monserrat-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/material-icons.woff2') format('woff2');
}
@font-face {
    font-family: 'icons-blank-theme';
    src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}