@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "lufga";
  src: url("../fonts/LufgaRegular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "lufga";
  src: url("../fonts/LufgaSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "lufga";
  src: url("../fonts/LufgaMedium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "lufga";
  src: url("../fonts/LufgaBold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}

.font-lufga {
  font-family: "lufga", sans-serif;
}

.font-bukra {
  font-family: "Bukra", sans-serif;
}

.font-public {
  font-family: "Public Sans", sans-serif;
}

body {
  font-family: "lufga", sans-serif;
}
