/**
Theme Name: Arte Camaleón
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Description: A child theme for Arte Camaleón.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arte-camaleon
Template: astra
*/
/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background: var(--e-global-color-secondary);
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var( --e-global-color-accent );
}