/* ==========================================================================
   Dufeu Brand, Base Styles
   ========================================================================== */

body {
  font-family: "Open Sans", sans-serif;
  background: #F2F2F2;
  color: #4E4E4F;
}

/* Font helpers (also available via Tailwind: font-heading / font-body) */
.font-heading { font-family: "Poppins", sans-serif; }
.font-body    { font-family: "Open Sans", sans-serif; }

/* ==========================================================================
   Dufeu Gradients
   ========================================================================== */

.gradient-dufeu {
  background: linear-gradient(135deg, #96d404, #6CACE4);
}

.gradient-dufeu-full {
  background: linear-gradient(135deg, #96d404, #6FC2BC, #6CACE4, #6477BA);
}

.gradient-bar {
  background: linear-gradient(90deg, #127691, #6CACE4, #96d404);
}
