@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
@font-face {
    font-family: "Onest";
    src: url("Onest-Regular.woff2") format("woff2"),
        url("Onest-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Onest";
    src: url("Onest-Medium.woff2") format("woff2"),
        url("Onest-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Onest";
    src: url("Onest-Bold.woff2") format("woff2"),
        url("Onest-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
