:root {
    /* Main Theme Colors */
    --bg-dark: #262728;      /* Main Background */
    --bg-darker: #1a1b1c;    /* Section Background */
    --primary: #cb5050;      /* Accent Color (Red/Coral) */
    --primary-dark: #b04040; /* Darker Accent */
    --hover-color: #2d5aaf;  /* Hover Color (Blue) */
    
    /* Text Colors */
    --text-light: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.7);
    
    /* UI Elements */
    --glass: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --container-width: 1200px;
}
