
:root {
    --text-color-light: #fff;
    --text-color-dark: #000;
    --text-muted: #caccd1;

    --primary-btn-text-color: #fff;

    --container-bg-color: #2b3347;
    --primary-color: #55ccbe;
    --secondary-color: #394767;

    --menu-open-bg-image: radial-gradient(circle at 0% 0%, rgba(43, 51, 71, 0.3), var(--news-blue-01) 73%);
    --menu-closed-bg-image: radial-gradient(circle at 0% 0%, rgba(43, 51, 71, 0.3), var(--news-blue-01) 73%);

    --splash-bg-image: url(/assets/alarabiya/splash-screen.jpg);


    /*Player theme*/
    --player-progress-color: #55ccbe;
    --player-progress-bg: rgba(255, 255, 255, 0.2);
    --player-overlay-bg: linear-gradient(to bottom, rgba(43, 51, 71, 0.1), var(--news-blue-01));
}
