:root {
    --color-bg: #2e3039;
    --color-bg-dark: #23252c;
    --color-bg-dark-hard: #17191f;
    --text-color: #c5c8ce;
    --color-white: #fff;
    --color-hover-tone: #1e2026;
    --color-border-tone: #22242b;
    --input-border-placeholer: #212529;
    --nav-bg-init: rgba(0, 0, 0, 0.3);
    --nav-bg-scroll: rgba(0, 0, 0, 0.9);
    --glass-bg: rgba(0, 0, 0, 0.45);
    --glass-bg-hover: rgba(0, 0, 0, 0.7);
    --glass-border: rgba(255, 255, 255, 0.1);
    --premium-btn-bg: linear-gradient(145deg, #2a2a2a, #222);
    --premium-btn-hover: #333;
    --premium-btn-text: #ddd;
    --premium-card-bg: rgba(0, 0, 0, 0.2);
    --premium-head-bg: rgba(0, 0, 0, 0.2);
    --premium-head-text: rgba(255, 255, 255, 0.7);
    --premium-box-bg: rgba(20, 20, 20, 0.6);
    --footer-outer-bg: #1a4f7a;
    --footer-inner-bg: #131722;
    --footer-text: #c5c8ce;
    --footer-title: #ffffff;
    --footer-shadow: rgba(0, 0, 0, 0.5);
    --footer-bar-border: rgba(255, 255, 255, 0.05);
    --bahtima-bg: linear-gradient(135deg, #1e2026 0%, #23252c 100%);
    --bahtima-title: #ffffff;
    --bahtima-text: #c5c8ce;
    --bahtima-btn-bg: #2e3039;
}