/* ========================================
    VARIABLES GLOBALES
======================================== */
:root {
    --primary: #E7540F;
    --secondary: #FFB700;
    --accent: #E7540F;
    --accent-transparent: #E7540F1a;
    --white: #ffffff;
    --white-transparent: #ffffff1a;
    --black: #000000;
    --accent-2: #f1f5f9;
    --gray-light: #E7E7E7;
    --gray-dark: #757575;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-heading: 'Bebas Neue', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-modern: 'Space Grotesk', sans-serif;
}
