/* Procure a Verdade em Meus Olhos — Esther Faria */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: #FBF3EE; }
* { box-sizing: border-box; }
img { max-width: 100%; }
.fill { width: 100%; height: 100%; object-fit: cover; display: block; }
a { color: #5C2A52; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
a:hover { color: #B4657F; }
::selection { background: #F0C9B6; color: #3A1B33; }
@keyframes floatY { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-16px) rotate(-3deg); } }
nav > div:last-child::-webkit-scrollbar { display: none; }
.hv1:hover{background: #3A1B33 !important;color: #FBF3EE !important}
.hv2:hover{background: #3A1B33 !important;color: #FBF3EE !important}
.hv3:hover{background: #F0C9B6 !important;color: #3A1B33 !important}
.hv4:hover{border-color: #FBF3EE !important;color: #FBF3EE !important}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
