@font-face {
    font-family: 'eventimlight';
    src:  url('./eventimlight.eot?v=1.0.12');
    src:  url('./eventimlight.eot#iefix?v=1.0.12') format('embedded-opentype'),
    url('./eventimlight.ttf?v=1.0.12') format('truetype'),
    url('./eventimlight.woff2?v=1.0.12') format('woff2'),
    url('./eventimlight.woff?v=1.0.12') format('woff'),
    url('./eventimlight.svg#eventimlight?v=1.0.12') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
}

