/* Variables CSS - Suscripción Newsletter */
:root {
  /* Tipografía */
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Oswald", sans-serif;

  /* Colores */
  --color-bg-black: #000000;
  --color-bg-dark: #0f0f0f;
  --color-text-light: #f5f5f5;
  --color-text-dark: #212121;
  --color-text-muted: #abb8c3;

  /* Gradiente Oro para Título */
  --gradient-gold: linear-gradient(to right, #462523 0%, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
  --gradient-overlay: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));

  /* Sombras y Radios */
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.6);
  --radius-md: 15px;
  --radius-full: 50%;
}
