$source: '~@/assets/fonts/';

@font-face {
  font-family: 'AkkuratLL';
  font-weight: 400;
  font-style: normal;
  src: url($source + 'AkkuratLLWeb-Regular.woff2') format('woff2'),
    url($source + 'AkkuratLLWeb-Regular.woff') format('woff');
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight: 400;
  font-style: italic;
  src: url($source + 'AkkuratLLWeb-Italic.woff2') format('woff2'),
    url($source + 'AkkuratLLWeb-Italic.woff') format('woff');
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight: 700;
  font-style: normal;
  src: url($source + 'AkkuratLLWeb-Bold.woff2') format('woff2'),
    url($source + 'AkkuratLLWeb-Bold.woff') format('woff');
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight: 700;
  font-style: italic;
  src: url($source + 'AkkuratLLWeb-BoldItalic.woff2') format('woff2'),
    url($source + 'AkkuratLLWeb-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight: 900;
  font-style: normal;
  src: url($source + 'AkkuratLLWeb-Black.woff2') format('woff2'),
    url($source + 'AkkuratLLWeb-Black.woff') format('woff');
}

@font-face {
  font-family: 'AkkuratLL';
  font-weight: 900;
  font-style: italic;
  src: url($source + 'AkkuratLLWeb-BlackItalic.woff2') format('woff2'),
    url($source + 'AkkuratLLWeb-BlackItalic.woff') format('woff');
}