:root {
    --background: 0 0% 98%;
    --foreground: 215 30% 18%;
    --coral: 8 85% 73%;
    --sky-blue: 203 70% 80%;
    --mint-green: 156 50% 75%;
    --sunshine-yellow: 48 100% 78%;
    --soft-peach: 18 95% 85%;
    --lavender: 270 60% 85%;
}

body {
    font-family: 'Nunito', sans-serif;
    color: hsl(var(--foreground));
    background-color: rgb(245, 143, 128) !important;
    background-image: none;
}

input[type="radio"] {
    accent-color: hsl(var(--coral));
}

@media print {
    .no-print { display: none !important; }
    body { background: #fff !important; }
}
