/* Aleo */
@font-face {
  font-family: 'Aleo';
  src: url("fonts/Aleo/Aleo-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aleo';
  src: url("fonts/Aleo/Aleo-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Aleo';
  src: url("fonts/Aleo/Aleo-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Aleo';
  src: url("fonts/Aleo/Aleo-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

/* WorkSans */
@font-face {
  font-family: 'WorkSans';
  src: url("fonts/WorkSans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  /* src: url("fonts/WorkSans/WorkSans-Italic.woff2") format("woff2"); */
  src: url("fonts/Aleo/Aleo-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'WorkSans';
  src: url("fonts/WorkSans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  /* src: url("fonts/WorkSans/WorkSans-BoldItalic.woff2") format("woff2"); */
  src: url("fonts/Aleo/Aleo-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

/* UbuntuMono */
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}