/* ========================================
    VARIABLES GLOBALES PAR DÉFAUT
======================================== */
:root {
  --primary: #000000;
  --secondary: #ffba08;
  --accent: #000000;
  --accent-transparent: #ffba081a;
  --white: #ffffff;
  --white-transparent: #ffffff1a;
  --black: #000000;
  --accent-2: #686868;
  --gray-light: #ececec;
  --gray-dark: #686868;
  --font-display: "Playfair Display", Georgia, serif;
  --font-heading: "Bebas Neue", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --font-modern: "Space Grotesk", sans-serif;

  --header-height: 120px;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 80px;
  }
}
