
/* ========== VARIABLES GLOBALES ========== */
:root {
  --primary-color: #fda9b7;
  --gradient: linear-gradient(to right, #fff7ad, #ffa9f9);
  --comment-bg: #fff;
  --shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* ========== ESTILOS GLOBALES ========== */
body {
  margin: 0;
  font-family: sans-serif;
  overflow: auto;
  background: #f2f4f7;
}

/* Puedes dejar el resto de tus estilos aquí */
