html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.font-serif {
    font-family: 'Playfair Display', serif;
}
.text-custom-green {
    color: #8B9C4E;
}
.bg-custom-green {
    background-color: #8B9C4E;
}
.border-custom-green {
    border-color: #8B9C4E;
}
.ring-custom-green {
   --tw-ring-color: #8B9C4E;
}
.hover\:text-custom-green-light:hover {
    color: #a2b568;
}
.hover\:bg-custom-green-dark:hover {
    background-color: #7a8a45;
}