
:root {
    --radius: 8px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

form,
button,
input {
    font-family: inherit;
    font-size: inherit;
}