/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme do Hello Elementor
Author: Seu Nome
Template: hello-elementor
Version: 1.0.0
*/


/* ================================
   SCROLLBAR PERSONALIZADA
   ================================ */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #39393A;
    border: 0 solid #ccc;
}

::-webkit-scrollbar-thumb {
    background: #1D1B1A;
    border: 0 solid #eee;
    height: 100px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #222222;
}