@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

/* Default font */
body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* For semibold text */
.jost-semibold {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

/* For headings */
h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

