@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-Thin.otf') format('opentype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-Light.otf') format('opentype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'YearOfTheCamel';
  src: url('TheYearofTheCamel-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}

html, body {
  font-family: 'YearOfTheCamel', 'Cairo', sans-serif;
}
