@font-face {
  font-family: 'alex-font';
  src: url("./Alexandria-Regular.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'alex-font';
  src: url("./Alexandria-Medium.ttf");
  font-weight: medium;
  font-style: 500;
  font-display: swap;
}

@font-face {
  font-family: 'alex-font';
  src: url("./Alexandria-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*  */
@font-face {
  font-family: 'heads-font';
  src: url("./YearofTheCamel-Regular.otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'heads-font';
  src: url("./YearofTheCamel-Medium.otf");
  font-weight: medium;
  font-style: 500;
  font-display: swap;
}


@font-face {
  font-family: 'heads-font';
  src: url("./YearofTheCamel-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

