/* ============================================================
   Roaste Coffee Roastery -- Default Theme v2
   Location : /var/www/rcr/public/assets/themes/default/theme.css
   ============================================================ */

.theme-default {
    --primary:      #0A0A0A;
    --primary-dark: #000000;
    --accent:       #6B3A1F;
    --accent-light: #C07828;
}

/* Particle float animation for holiday themes */
@keyframes floatUp {
    0%   { transform: translateY(100vh) scale(0.8); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 0.8; }
    100% { transform: translateY(-100px) scale(1.1); opacity: 0; }
}
