/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


body, html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #e6e5db;
}
::-webkit-scrollbar-thumb {
  background: #8c906b;
}

::selection {
    background: #8c906b;
    color: white;
}

::-moz-selection {
    background: #8c906b;
    color: white;
}

/* .elementor-kit-8 {   
	--e-global-typography-eea48c4-font-size: 72px; Page Titel
    --e-global-typography-50ad3ca-font-size: 52px;	Big Title
    --e-global-typography-2e2de60-font-size: 36px;	Secondary Title
    --e-global-typography-fdb3c18-font-size: 22px; Small Headings
    --e-global-typography-b0a6446-font-size: 16px;	BTNs
    --e-global-typography-a3e5e14-font-size: 18px;	Body Text
    --e-global-typography-3c2464c-font-size: 16px;	Small Text
 
}
 */


