/*
Theme Name: Sandra Navarro
Theme URI: https://github.com/elementor/hello-theme/
Description: Sandra Navarro is a child theme of Hello Elementor
Author: Creame
Author URI: https://crea.me/
Template: hello-elementor
Version: 1.0.2
Text Domain: sandra-navarro
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
*/

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-text, #000);
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--e-global-color-primary, #000);
}

[data-elementor-type="header"] {
  overflow: hidden;
}

::selection {
  background: var(--e-global-color-primary);
  color: #fff;
}

ol,
ul {
  margin-bottom: 0.9em;
}
