/* /assets/css/variables.css */
:root {
    --primary-color: #f7931f;
    --secondary-color: #f37021;
    --accent-color: #e74c3c;
    --text-color: #333333;
    --light-bg: #f8f9fa;
    --dark-color: #2c3e50;
    --white: #ffffff;
    --gray-light: #e9ecef;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    
    /* Fuentes */
    --font-primary: 'Arial', sans-serif;
    --font-heading: 'Georgia', serif;
}