/* ===== CSS VARIABLES ===== */
:root {
    --primary-color: #cc4d3f;
    --primary-dark: #a85349;
    --primary-light: #c25346;
    --text-dark: #1a1a1a;
    --text-gray: #666;
    --text-light: #999;
    --bg-light: #f8f8f8;
    --white: #ffffff;
    --shadow: rgba(0, 0, 0, 0.1);
    --shadow-hover: rgba(168, 83, 73, 0.2);
}