@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Ubuntu:wght@700&display=swap');

.lora-medium {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
  }