#qs-root {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #222222;
}

#qs-root input[type="radio"]:checked {
    accent-color: #FF385C;
}

#qs-root input:focus, #qs-root select:focus {
    border-color: #222222 !important;
    box-shadow: 0 0 0 1px #222222 !important;
}

body{
    background-color: #f0f0f1!important;
}
.container {
    background:none!important;
    box-shadow:none!important;
}