/* 
Theme Name: Montessuites Child Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A child theme for Montessuites.
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Custom Scroll Bar */

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