@font-face {
  font-family: 'eventimlight';
  src: url('./eventimlight.woff2') format('woff2'),
       url('./eventimlight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.eventim-icons, .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;
}

