body {
  font-family: 'Inter', sans-serif;
}

.font-brand {
  font-family: 'Playfair Display', serif;
}

/* Ombres douces "Premium Medical" : pas de bordures dures, séparation par ombre légère */
.soft-card {
  box-shadow: 0 4px 20px -2px rgba(30, 41, 59, 0.08);
}

/* Focus visible mais discret, cohérent avec le style épuré */
input:focus, button:focus, a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.18); /* cuivre en halo léger */
}
