/* THEME: Standard (Hell & Clean) */
:root {
    --primary-color: #007BFF; 
    --primary-hover: #0056b3; 
    --bg-color: #f8f9fa; 
    --card-bg: #ffffff;
    --text-main: #333333; 
    --text-muted: #666666; 
    --border-color: #e0e0e0;
    --text-block-bg: #ffffff;
}