
        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            background-color: #FDFBF7;
            color: #1F2937;
            overflow-x: hidden;
        }
        .bg-turkish-red { background-color: #D32F2F; }
        .text-turkish-red { color: #D32F2F; }
        .border-turkish-red { border-color: #D32F2F; }
        .bg-warm-orange { background-color: #F97316; }
        .text-warm-orange { color: #F97316; }
        .bg-cream { background-color: #FDFBF7; }
        .bg-charcoal { background-color: #1F2937; }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-12px) rotate(3deg); }
        }
        @keyframes pulse-subtle {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.03); }
        }
        @keyframes drive {
            0% { transform: translateX(-50px); opacity: 0; }
            20% { opacity: 1; }
            80% { opacity: 1; }
            100% { transform: translateX(50px); opacity: 0; }
        }
        .animate-float-slow { animation: float 4s ease-in-out infinite; }
        .animate-float-delayed { animation: float 5s ease-in-out 2s infinite; }
        .animate-pulse-subtle { animation: pulse-subtle 3s ease-in-out infinite; }
        .animate-delivery { animation: drive 3s linear infinite; }
    

:focus-visible{outline:3px solid #F97316;outline-offset:3px} html{scroll-behavior:smooth} img{max-width:100%;height:auto}
