@font-face {
  font-family: 'Aleo';
  src: local('Aleo Regular'), url('fonts/Aleo-Regular.woff') format('woff');
  font-style: 400;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: local('Aleo Italic'), url('fonts/Aleo-Italic.woff') format('woff');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: local('Aleo Bold'), url('fonts/Aleo-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Aleo';
  src: local('Aleo Bold Italic'), url('fonts/Aleo-BoldItalic.woff') format('woff');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
