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

i.colored{
  color: var(--primarycolor);
}

p>i, h1>i,h2>i,h3>i,h4>i,h5>i,h6>i {
  position: relative;
  display: inline-block;
  padding-inline-end: 0.5rem;
}

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

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