/*
Theme Name: Bame-P4M
Author: Chob
Description: Your description goes here
Version: 1.0
Template: bame

This is the child theme for Bame theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


	:root {
  --theme-color         : var(--e-global-color-primary, #BBFE17);
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: var(--title-font);
	color: var(--title-color);
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}


