/*
  Aleo Family
*/
@font-face {
  font-family: 'aleo';
  src: url('aleo-regular.eot');
  src: url('aleo-regular.eot?#iefix') format('embedded-opentype'),
       url('aleo-regular.woff2') format('woff2'),
       url('aleo-regular.woff') format('woff'),
       url('aleo-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'aleo';
  src: url('aleo-italic.eot');
  src: url('aleo-italic.eot?#iefix') format('embedded-opentype'),
       url('aleo-italic.woff2') format('woff2'),
       url('aleo-italic.woff') format('woff'),
       url('aleo-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'aleo';
  src: url('aleo-bold.eot');
  src: url('aleo-bold.eot?#iefix') format('embedded-opentype'),
       url('aleo-bold.woff2') format('woff2'),
       url('aleo-bold.woff') format('woff'),
       url('aleo-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'aleo';
  src: url('aleo-bolditalic.eot');
  src: url('aleo-bolditalic.eot?#iefix') format('embedded-opentype'),
       url('aleo-bolditalic.woff2') format('woff2'),
       url('aleo-bolditalic.woff') format('woff'),
       url('aleo-bolditalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}