/* ===================================
1. Fonts
==================================== */

/* Lato */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Bold.woff') format('woff'),
      url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Regular.woff') format('woff'),
      url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Light.woff') format('woff'),
      url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.eot');
  src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Lato-Hairline.woff') format('woff'),
      url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-family: 'Aller Display';
font-style: normal;
font-weight: normal;
src: url('../fonts/AllerDisplay.woff') format('woff');
}


@font-face {
font-family: 'Aller Light';
font-style: normal;
font-weight: normal;
src: url('../fonts/Aller_Lt.woff') format('woff');
}


@font-face {
font-family: 'Aller';
font-style: normal;
font-weight: normal;
src: url('../fonts/Aller_Rg.woff') format('woff');
}


@font-face {
font-family: 'Aller Bold Italic';
font-style: normal;
font-weight: normal;
src: url('../fonts/Aller_BdIt.woff') format('woff');
}


@font-face {
font-family: 'Aller Bold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Aller_Bd.woff') format('woff');
}


@font-face {
font-family: 'Aller Italic';
font-style: normal;
font-weight: normal;
src: url('../fonts/Aller_It.woff') format('woff');
}


@font-face {
font-family: 'Aller Light Italic';
font-style: normal;
font-weight: normal;
src: url('../fonts/Aller_LtIt.woff') format('woff');
}

/*============================================*/