@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-Thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Alexandria";
  src: url("../vx-fonts/Alexandria/Alexandria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}


/* @font-face {
  font-family: "Qualy";
  src: url("../fonts/Qualy/Qualy Bold.ttf") format("truetype"),
       url("../fonts/Qualy/Qualy Bold.otf") format("opentype");
  font-weight: 700;
} */


/* @font-face {
  font-family: "Qualy";
  src: url("../fonts/Qualy/Qualy%20Bold.ttf") format("truetype"),
       url("../fonts/Qualy/Qualy%20Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */


@font-face {
  font-family: "Qualy";
  src: url("../vx-fonts/Qualy/Qualy-Bold.otf") format("truetype"),
    url("../vx-fonts/Qualy/Qualy-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}