/* Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.mi {
    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-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
}

/* Icon sizes */
.mi-18 { font-size: 18px; }
.mi-24 { font-size: 24px; }
.mi-36 { font-size: 36px; }
.mi-48 { font-size: 48px; }

/* Icons list */
.mi-phone:before { content: "phone"; }
.mi-access-time:before { content: "access_time"; }
.mi-email:before { content: "email"; }
.mi-location-on:before { content: "location_on"; }
.mi-menu:before { content: "menu"; }
.mi-chevron-left:before { content: "chevron_left"; }
.mi-chevron-right:before { content: "chevron_right"; }
.mi-shopping-cart:before { content: "shopping_cart"; }
.mi-check-circle:before { content: "check_circle"; }
.mi-play-circle:before { content: "play_circle"; }
.mi-close:before { content: "close"; }
.mi-search:before { content: "search"; }
.mi-favorite:before { content: "favorite"; }
.mi-favorite-border:before { content: "favorite_border"; }
.mi-star:before { content: "star"; }
.mi-star-border:before { content: "star_border"; }
.mi-star-half:before { content: "star_half"; }