/* 
Theme Name: Hello Child
Theme URI: 
Description: 
Author: Hamid Darabpour
Author URI: https://midiyasoft.ir
Template: hello-elementor
Version: 1.0.1
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
*/
html {
  scroll-behavior: smooth;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 9px;
}

*::-webkit-scrollbar-thumb {
    background-color: #317e30;
    border-radius: 20px;
    border: 1px solid #317e30;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
}
* {
	letter-spacing: 0 !important;
}
body{	overflow-x: hidden;}
body , p {
	font-size: 1.125rem;
	line-height: 2;
}