
/* Custom small adjustments */
@layer base {
  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }
  body { font-family: 'Lato', sans-serif; }
}

/* simple container shadow */
.card-shadow { box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
