:root {
    --primary: #1e1e1e;
    --primary-dark: #171717;
    --primary-light: #242424;
    --secondary: #363636;
    --tertiary: #873306;
    --background: #363636;
    --text: #333333;
    --text-light: #ffffff;
    --border: #e0e0e0;
    --shadow: rgba(0, 0, 0, 0.5);
    --shadow-dark: rgba(0, 0, 0, 1);
}