/*!
Theme Name: ASA Coatings Theme
Theme URI: https://www.italicherrydesign.com.au/
Template: kadence
Author: Italicherry Design
Author URI: https://www.italicherrydesign.com.au/
Description: A child theme for ASA Coatings.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: asa-coatings-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*scrollbar */
body::-webkit-scrollbar-track{
    background-color: var(--global-palette3);
}

body::-webkit-scrollbar{
    width: 9px;
    background-color: var(--global-palette3);
}

body::-webkit-scrollbar-thumb{
    background-color: var(--global-palette1);
}