/* body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 600px;
    padding-top: 50px;
}

#feedback {
    display: none;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
} */

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/font/Inter.ttf") format("truetype");
    font-weight: 100 900;      /* Supported weight range */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("/assets/font/Manrope.ttf") format("truetype");
    font-weight: 100 900;      /* Supported weight range */
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter", sans-serif;
}