@font-face {
    font-family: 'Imbue 10pt';
    src: url('../font/subset-Imbue10pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../font/poppins-v20-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../font/poppins-v20-latin_latin-ext-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../font/poppins-v20-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('../font/poppins-v20-latin_latin-ext-600italic.woff2') format('woff2');
}

@font-face {
  font-family: 'fonticon';
  src: url('../font/fonticon.eot?85598730');
  src: url('../font/fonticon.eot?85598730#iefix') format('embedded-opentype'),
       url('../font/fonticon.woff2?85598730') format('woff2'),
       url('../font/fonticon.woff?85598730') format('woff'),
       url('../font/fonticon.ttf?85598730') format('truetype'),
       url('../font/fonticon.svg?85598730#fonticon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fonticon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before { content: '\e800'; }
.icon-hash:before { content: '\e801'; }
.icon-search:before { content: '\e802'; }
.icon-person:before { content: '\e803'; }
.icon-twitter:before { content: '\e804'; }
.icon-github:before { content: '\e805'; }
.icon-calendar4-week:before { content: '\e806'; }
.icon-clock-history:before { content: '\e807'; }
.icon-xing:before { content: '\e808'; }
.icon-rss:before { content: '\e809'; }
.icon-mastodon:before { content: '\e80a'; }
.icon-linkedin:before { content: '\e80b'; }
.icon-instagram:before { content: '\e80c'; }
.icon-googleplus:before { content: '\e80d'; }
.icon-gitlab:before { content: '\e80e'; }
.icon-facebook:before { content: '\e80f'; }
.icon-codepen:before { content: '\e810'; }
.icon-vk:before { content: '\e811'; }
.icon-dribbble:before { content: '\e812'; }
.icon-pin:before { content: '\e813'; }
.icon-right-open:before { content: '\e814'; }
.icon-left-open:before { content: '\e815'; }
.icon-first:before { content: '\e816'; }
.icon-last:before { content: '\e817'; }
.icon-folder-open-empty:before { content: '\f115'; }
