@font-face {
  font-family: 'calendar-icons';
  src:
    url('fonts/calendar-icons.ttf?rtdgeq') format('truetype'),
    url('fonts/calendar-icons.woff?rtdgeq') format('woff'),
    url('fonts/calendar-icons.svg?rtdgeq#calendar-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="calendar-"], [class*=" calendar-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'calendar-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.calendar-Agenda:before {
  content: "\e900";
}
.calendar-Alert:before {
  content: "\e901";
}
.calendar-App-Calendar:before {
  content: "\e902";
}
.calendar-Appointment:before {
  content: "\e903";
}
.calendar-Birthday-Date:before {
  content: "\e904";
}
.calendar-Calendar:before {
  content: "\e905";
}
.calendar-Calender-Year:before {
  content: "\e906";
}
.calendar-Cancelled:before {
  content: "\e907";
}
.calendar-Event:before {
  content: "\e908";
}
.calendar-New-Year:before {
  content: "\e909";
}
.calendar-Save-the-Date:before {
  content: "\e90a";
}
.calendar-Schedule:before {
  content: "\e90b";
}
.calendar-Scheduling:before {
  content: "\e90c";
}
.calendar-Table-Calendar:before {
  content: "\e90d";
}
.calendar-Weekend:before {
  content: "\e90e";
}
.calendar-Year-Calendar:before {
  content: "\e90f";
}
