:where([class^="ri-"])::before {
content: "\f3c2";
}
.font-serif { font-family: 'Playfair Display', serif; }
.font-sans { font-family: 'Inter', sans-serif; }
.hero-bg {
background: linear-gradient(135deg, rgba(245, 245, 220, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.scroll-smooth { scroll-behavior: smooth; }
.custom-checkbox {
appearance: none;
width: 1.25rem;
height: 1.25rem;
border: 2px solid #d1d5db;
border-radius: 4px;
position: relative;
cursor: pointer;
}
.custom-checkbox:checked {
background-color: #FF7F50;
border-color: #FF7F50;
}
.custom-checkbox:checked::after {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 0.875rem;
font-weight: bold;
}

/* Menu principal */

.menu-principal{
    max-width: 110rem !important;
}

.logo-menu{
    width: 50px;
}

.botao-menu{
    background-color: #4d3617 !important;
}

.logo-banner{
    width: 250px;
    margin-bottom: 40px
}