@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_regular.woff2') format('woff2'),
    url('../fonts/roboto_regular.woff') format('woff'),
    url('../fonts/roboto_regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_medium.woff2') format('woff2'),
    url('../fonts/roboto_medium.woff') format('woff'),
    url('../fonts/roboto_medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_bold.woff2') format('woff2'),
    url('../fonts/roboto_bold.woff') format('woff'),
    url('../fonts/roboto_bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Md-Icon';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/md_icon.woff2') format('woff2');
}

@font-face {
    font-family: 'Md-Icon Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/md_icon_outlined.woff2') format('woff2');
}

.md-icon {
    flex: 0 0 auto;
    font-family: 'Md-Icon', serif;
    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;
    overflow: hidden;

    &.outlined {
        font-family: 'Md-Icon Outlined', serif;
    }
}
