@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* Variables CSS Dynamiques - Radiosoft */
:root {
    --primary: #dc2626;
    --primary-dark: #b01e1e;
    --primary-light: #ff2d2d;
    --secondary: #ef4444;
    --secondary-dark: #bf3636;
    --accent: #f87171;
    --bg-dark: #fffafa;
    --bg-medium: #fef2f2;
    --bg-light: #fee2e2;
    --bg-card: #ffffff;
    --bg-hover: #ffffff;
    --text: #450a0a;
    --text-secondary: #b91c1c;
    --text-dim: #811313;
    --live: #f97316;
    --live-glow: rgba(249, 115, 22, 0.5);
    --border: rgba(69, 10, 10, 0.08);
    --shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.9);
    --glow-primary: 0 0 30px rgba(220, 38, 38, 0.4);
    --glow-secondary: 0 0 30px rgba(239, 68, 68, 0.3);
    --neon-pink: 0 0 10px #dc2626, 0 0 20px #dc2626, 0 0 40px #dc2626;
    --neon-blue: 0 0 10px #ef4444, 0 0 20px #ef4444, 0 0 40px #ef4444;
    --font-title: "Poppins", sans-serif;
    --font-body: "Montserrat", sans-serif;
}
