/* #9e732a #bd926b  #9f762d 99763e*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Lato", sans-serif;
}
.font-serif {
    font-family: "Playfair Display", serif;
}

/* 1. Set the width/height of the scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 2. Style the Track (the background) */
::-webkit-scrollbar-track {
    background: #9e732a;
}

/* 3. Style the Thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: #c5a059;
    border-radius: 10px;
}

/* 4. Style the Thumb on hover */
::-webkit-scrollbar-thumb:hover {
    
    background: #c5a059;
}
