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

[class^="covid-19"], [class*=" covid-19"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'covid-icon' !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;
}

.covid-19Covid-19:before {
  content: "\e900";
  color: #ff092a;
}
