/* Custom Smooth Scroll & Selection Styling */
::selection {
    /*background-color: #C87A6B;*/
    background-color: #A85D4E;
    color: #FFFFFF;
}

body {
    background-color: #F9F6F0;
    color: #1A1A1A;
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F9F6F0;
}

::-webkit-scrollbar-thumb {
    /*background: #C87A6B;*/
    background: #D4AF37;
    border-radius: 4px;
}