/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.lang-switch {
	line-height: 22px;
    color: var(--cnvs-primary-menu-color);
    font-weight: var(--cnvs-primary-menu-font-weight);
    font-size: var(--cnvs-primary-menu-font-size);
    font-family: var(--cnvs-primary-menu-font);
    text-transform: var(--cnvs-primary-menu-tt);
    letter-spacing: var(--cnvs-primary-menu-ls);
}

.lang-switch:hover {
	color: var(--cnvs-primary-menu-hover-color);
}

