:root {
    --primary-color: #a45c1c;
    --primary-hover: #8a4d17;
    --primary-dark: #6b3d0d;
    --primary-light: #f5e6d9;
    --sidebar-bg: #2c1810;
    --navbar-bg: #2c1810;
    --text-dark: #333;
    --text-light: #f8f9fa;
    --bg-light: #f8f9fa;
    --border-color: #dee2e6;
}
