/* Coffee House tema ekstra stiller */
body {
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #120c09;
}
::-webkit-scrollbar-thumb {
    background: #3b2417;
    border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5a3521;
}
