/* 
 Theme Name:   Gradat
 Theme URI:    gradat.ro
 Description:  Child theme
 Author:       Salt Team
 Author URI:   https://gradat.ro
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

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


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


::-webkit-scrollbar-thumb {
    background: #F3B500;
}


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

* {
    scrollbar-width: thin;
    scrollbar-color: #F3B500 #E9EAEF;
}
