@font-face {
  font-family: 'Alexandria-Thin';
  src: url('./fonts/AlexandriaThin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-ExtraLight';
  src: url('./fonts/AlexandriaExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-Light';
  src: url('./fonts/AlexandriaLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-Regular';
  src: url('./fonts/AlexandriaRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-Medium';
  src: url('./fonts/AlexandriaMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-SemiBold';
  src: url('./fonts/AlexandriaSemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-Bold';
  src: url('./fonts/AlexandriaBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-ExtraBold';
  src: url('./fonts/AlexandriaExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria-Black';
  src: url('./fonts/AlexandriaBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}