/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'Aspira';
  src:
    url('../fonts/Aspira-Thin-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aspira';
  src:
    url('../fonts/Aspira-Light-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aspira';
  src:
    url('../fonts/Aspira-Regular-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aspira';
  src:
    url('../fonts/Aspira-Medium-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aspira';
  src:
    url('../fonts/Aspira-Bold-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Aspira';
  src:
    url('../fonts/Aspira-Heavy-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Heavy-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AspiraDemi';
  src:
    url('../fonts/Aspira-Demi-webfont.woff2') format('woff2'),
    url('../fonts/Aspira-Demi-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}