@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Regular.woff") format("woff");
  src: url("../fonts/UZSans-Regular.woff2") format("woff2");
  src: url("../fonts/UZSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Medium.woff") format("woff");
  src: url("../fonts/UZSans-Medium.woff2") format("woff2");
  src: url("../fonts/UZSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-SemiBold.woff") format("woff");
  src: url("../fonts/UZSans-SemiBold.woff2") format("woff2");
  src: url("../fonts/UZSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Bold.woff") format("woff");
  src: url("../fonts/UZSans-Bold.woff2") format("woff2");
  src: url("../fonts/UZSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-ExtraBold.woff") format("woff");
  src: url("../fonts/UZSans-ExtraBold.woff2") format("woff2");
  src: url("../fonts/UZSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src:
    url("../fonts/Lora-Regular.woff2") format("woff2"),
    url("../fonts/Lora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
