body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2D2D2D;
    background-color: #FCFBF9;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
.font-display {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -0.01em;
}

.serif-italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    font-size: 20px;
}

.card-shadow {
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.05);
}

.nav-item:hover .mega-menu {
    display: block;
}

.mega-menu {
    display: none;
}

.fade-ready {
    opacity: 1;
    transition: all 0.8s ease-out;
}

.section-spacing {
    padding-top: 10rem;
    padding-bottom: 10rem;
}