@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: #1e3d59;
    --primary-dark: #183047;
    --primary-light: #24496a;
    --secondary: #17b794;
    --secondary-dark: #129276;
    --accent: #5eaaa8;
    --bg-dark: #0a1014;
    --bg-medium: #121d24;
    --bg-light: #1a2830;
    --bg-card: #0f171c;
    --bg-hover: #21343e;
    --text: #d4e5ed;
    --text-secondary: #8ba5b5;
    --text-dim: #61737e;
    --live: #17b794;
    --live-glow: rgba(23, 183, 148, 0.5);
    --border: rgba(212, 229, 237, 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(30, 61, 89, 0.4);
    --glow-secondary: 0 0 30px rgba(23, 183, 148, 0.3);
    --neon-pink: 0 0 10px #1e3d59, 0 0 20px #1e3d59, 0 0 40px #1e3d59;
    --neon-blue: 0 0 10px #17b794, 0 0 20px #17b794, 0 0 40px #17b794;
    --font-title: "Poppins", sans-serif;
    --font-body: "Montserrat", sans-serif;
}
