h1,
h2,
h3,
h4 {
    font-family: "Libre Baskerville", serif;
}

*,
body,
p,
a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

.hero-gradient {
    background: linear-gradient(135deg, #b85450 0%, #8b4513 50%, #a0522d 100%);
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.logo-inspired {
    background: linear-gradient(45deg, #b85450, #8b4513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
}

ul > li {
    margin-top: 0.5rem !important;
}
