﻿@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/Audiowide.woff2') format('woff2'), url('../fonts/Audiowide.woff') format('woff'), url('../fonts/Audiowide.ttf') format('truetype');
}

@font-face {
    font-family: 'DrNAS';
    src: url('../fonts/DrNAS.woff') format('woff'), url('../fonts/DrNAS.ttf') format('truetype');
}

[data-icon]:before {
  font-family: DrNAS !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: DrNAS !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hamburger:before {
  content: "\61";
}
.icon-user:before {
  content: "\62";
}