/*
Theme Name: Trendlight
Theme URI: https://trend-ks.com/
Author: Shpend Bajgora
Description: Trendlight is a wordpress theme for listing products, allowing customers to view items and place basic cash-on-delivery orders without a full e-commerce system.
Version: 1.0
*/


/* Todo: fix it later, remove important */
body {
    font-family: 'Playfair Display', serif !important;
}

/* Global slim scrollbars */
html, body {
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #2c7aa8 transparent; /* thumb and track */
}

/* Webkit browsers (Chrome, Safari, Edge) */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 6px;    /* vertical scrollbar width */
    height: 6px;   /* horizontal scrollbar height */
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent; /* track background */
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #2c7aa8; /* your color */
    border-radius: 3px;        /* rounded ends */
    transition: background 0.3s;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background-color: #216692; /* slightly darker on hover */
}
