/*
Theme Name:     Waveme Child Theme
Description:    Make your modifications in this child theme.
Template:       waveme
Tags: 			custom-colors, editor-style, featured-images, translation-ready
*/



:root {
    --content-width: 100rem;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
	background-color: #efefef;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #f7f8f9;
}

::-webkit-scrollbar-thumb
{
	background-color: var(--color-primary);	
}

.theme-switch i {
	margin: 3px 5px 0 0;
}