/* ========================================
    VARIABLES GLOBALES
======================================== */
:root {
    --primary: #6E0D25;
    --secondary: #FFC300;
    --accent: #991218;
    --accent-transparent: #9912181a;
    --white: #ffffff;
    --white-transparent: #ffffff1a;
    --black: #0a0a0a;
    --accent-2: #003566;
    --gray-light: #F8F9FA;
    --gray-dark: #868686;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-heading: 'Bebas Neue', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-modern: 'Space Grotesk', sans-serif;
}
