﻿
/* styles/_fonts.scss */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('https://static.accelerator.net/fonts/Nunito-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('https://static.accelerator.net/fonts/Nunito-300-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.accelerator.net/fonts/Nunito-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('https://static.accelerator.net/fonts/Nunito-400-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('https://static.accelerator.net/fonts/Nunito-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('https://static.accelerator.net/fonts/Nunito-600-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('https://static.accelerator.net/fonts/Nunito-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('https://static.accelerator.net/fonts/Nunito-700-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Louize/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 400;
  font-style: italic;
  src: url('./../fonts/Louize/Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 500;
  font-style: normal;
  src: url('./../fonts/Louize/Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 500;
  font-style: italic;
  src: url('./../fonts/Louize/Medium Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 700;
  font-style: normal;
  src: url('./../fonts/Louize/Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Louize';
  font-weight: 700;
  font-style: italic;
  src: url('./../fonts/Louize/Bold Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Charter';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Charter/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/IBM-Plex-Mono/Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-weight: 400;
  font-style: normal;
  src: url('./../fonts/Space-Mono/Regular.woff2') format('woff2');
}