@font-face {
  src:
    url("/fonts/Onest-Regular.woff2") format(woff2),
    url("/fonts/Onest-Regular.woff") format(woff);
  font-display: swap;
  font-family: "Onest";
  font-weight: 400;
}

@font-face {
  src:
    url("/fonts/Onest-Medium.woff2") format(woff2),
    url("/fonts/Onest-Medium.woff") format(woff);
  font-display: swap;
  font-family: "Onest";
  font-weight: 500;
}
