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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Ati-adventures-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;
}

.ati-Easy:before {
  content: "\e900";
}
.ati-Intermediate:before {
  content: "\e901";
}
.ati-Hard:before {
  content: "\e902";
}
.ati-Advance:before {
  content: "\e903";
}
.ati-Expert:before {
  content: "\e904";
}
.ati-credit-card:before {
  content: "\e93f";
}
