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

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

.ico-youtube:before {
  content: "\e900";
}
.ico-google:before {
  content: "\e901";
}
.ico-instagram:before {
  content: "\e902";
}
.ico-facebook-f:before {
  content: "\e903";
}
.ico-tiktok:before {
  content: "\e904";
}
