@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-extra-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-semi-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-extra-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "A2Z";
  src: url("/assets/fonts/a2z/a2z-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
code,
pre,
table,
svg text,
canvas {
  font-family: "A2Z", sans-serif !important;
}
