@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* Global Haber Custom Styles */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: #CC0000;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #111111;
}

/* Image zoom effect for news cards */
.group img {
    will-change: transform;
}
