/* Color Variables – Red & Dark Theme */
:root {
    /*--primary-color: #e80400;      /* Main Red Color */
    --background-dark: #121212;    /* Dark Background */
    --text-light: #ffffff;         /* Light Text */
    --text-muted: #aaaaaa;         /* Muted Text */
    --navbar-height: 70px;         /* Fixed Navbar Height */
	
	
	
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
	
	
    --youtube-color: #FF0000;
    --twitch-color: #9146FF;
    --tiktok-color: #000000;
    --website-color: #007BFF;
    --edit-color: #28a745;
    --delete-color: #dc3545;
}
