@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/PublicSansRegular.ttf");
  font-family: "Public Sans";
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/UrbanistRomanRegular.ttf");
  font-family: "Urbanist";
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/LoraRomanMedium.ttf");
  font-family: "Lora";
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/UrbanistRomanMedium.ttf");
  font-family: "Urbanist";
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/UrbanistRomanExtraBold.ttf");
  font-family: "Urbanist";
  font-weight: 800;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/UrbanistBold.ttf");
  font-family: "Urbanist";
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-style: normal;
  src: url("../public/fonts/PublicSansBold.ttf");
  font-family: "Public Sans";
  font-weight: 700;
}
