/*
Theme Name: Hello elementor child
Theme URI:  https://www.wpserveur.net
Author:     MLCOM
Author URI: https://www.mlcom.fr
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600&display=swap');

p{
	font-family: 'Oswald', sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #888; 
  width: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
  width: 7px;
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
  
}