/* 
Theme Name: Otro prompt más
Theme URI: https://github.com/elementor/hello-theme/
Author: Andrés Cortés
Author URI: https://otropromptmas.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: Otro prompt más
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
*/
html
{
	scroll-behavior:smooth;

}
::-webkit-scrollbar-thumb
{
    background-color: #9aaab2;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
::-webkit-scrollbar
{
	width: 10px;
    margin-right: 5px;
}