body {
  background-color: #131313;
  color: #e5e2e1;
  font-family: 'Manrope', sans-serif;
  min-height: max(884px, 100dvh);
}
.font-epilogue, .font-headline, h1, h2, h3, h4, h5, h6 { font-family: 'Epilogue', sans-serif; }
.font-manrope, .font-body, .font-label { font-family: 'Manrope', sans-serif; }
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.bg-atelier-gradient {
  background: linear-gradient(135deg, #e9c176 0%, #c5a059 100%);
}
.text-shadow-editorial {
  text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.text-editorial-lg { font-size: clamp(2.5rem, 8vw, 4.5rem); line-height: 1.1; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
