/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.3.1
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

@font-face {
    font-family: 'Blogger Sans';
    src: url('fonts/Blogger_Sans.eot');
    src: url('fonts/Blogger_Sans.eot') format('embedded-opentype'),
         url('fonts/Blogger_Sans.woff2') format('woff2'),
         url('fonts/Blogger_Sans.woff') format('woff'),
         url('fonts/Blogger_Sans.ttf') format('truetype'),
         url('fonts/Blogger_Sans.svg#Blogger_Sans') format('svg');
}


@font-face {
    font-family: 'Blogger Sans Light';
    src: url('fonts/Blogger_SansLight.eot');
    src: url('fonts/Blogger_SansLight.eot') format('embedded-opentype'),
         url('fonts/Blogger_SansLight.woff2') format('woff2'),
         url('fonts/Blogger_SansLight.woff') format('woff'),
         url('fonts/Blogger_SansLight.ttf') format('truetype'),
         url('fonts/Blogger_SansLight.svg#Blogger_SansLight') format('svg');
}

@font-face {
    font-family: 'HeliosCondBlackC';
    src: url('fonts/helioscondblackc.eot');
    src: url('fonts/helioscondblackc.eot') format('embedded-opentype'),
         url('fonts/helioscondblackc.woff2') format('woff2'),
         url('fonts/helioscondblackc.woff') format('woff'),
         url('fonts/helioscondblackc.ttf') format('truetype'),
         url('fonts/helioscondblackc.svg#helioscondblackc') format('svg');
}


:root {
    --gray-main : #414042;  /* ELIO */
	--bs-site : #5399fc;
	--bs-reminder : #ff0000;
	--bs-gray : #B0AEAC;   /* ELIO */
	--bs-graylight : #9d9d9d;
	--bs-blue : #5399fc;
	--bs-blue-dark : #4b79e5;
	--f-normal  :   'Blogger Sans';
	--f-light   :   'Blogger Sans light';
	--f-helios  :   'HeliosCondBlackC';
	--bs-gray-tab : #f4f0eb;
	--bs-gray-main : #333;
	--bs-footer : #c6cfcd;
	--bs-light  : #f6f6f6;
}

/*
 @import url('/wp-content/themes/electro-child/css/breadcrumbs.css'); 
 @import url('/wp-content/themes/electro-child/css/woo.css');
 @import url('/wp-content/themes/electro-child/css/woo-single.css'); */
 
body {
    font-family : var(--f-normal);
    color : var(--bs-gray-main);
    letter-spacing : 0;
}