/**
 * Theme Name: Everlee Labs Child Theme
 * Template: el-theme
 * Version: 1.0.1
 * Description: Child theme for el-theme parent theme
 * Author: Everlee Labs
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: el-theme-child
 */

/* Add your custom styles below this line */

:root {
	--main-gradient: -webkit-linear-gradient(var(--global-blue), var(--global-purple));
}

.site-name {
   background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-item-home {
    background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}

