@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body{
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, li, span, button, input {
    font-family: "Inter", sans-serif;
}

textarea:focus,
input:focus {
    outline: none;
}

h1 {
    background-image: radial-gradient(
        60% 80% at 50% 70%,
        rgb(217 166 255) 13.0015%,
        rgb(255, 255, 255) 100%
    );
    background-clip: text;
    font-size: 76px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-weight: 500;
}

input {
    flex-grow: 1;
    padding: 0.5rem;
    border: 0px solid #8b5cf6;
    background-color: #f4ebfa;
    color: black;
    border-radius: 8px;
    font-size: 16px;
}
