/*
Theme Name:        Flatsome
Theme URI:         http://flatsome.uxthemes.com/
Author:            UX-Themes
Author URI:        http://www.uxthemes.com/
Description:       Multi-Purpose Responsive WooCommerce Theme
Version:           3.12.2
Requires at least: 4.7.0
Requires PHP:      5.6.20
Text Domain:       flatsome
License:           http://themeforest.net/licenses
License URI:       http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
@font-face {
    font-family: 'Blackore';
    src: url('/wp-content/themes/flatsome/fonts/Blackore/Blackore.eot');
    src: url('/wp-content/themes/flatsome/fonts/Blackore/Blackore.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/flatsome/fonts/Blackore/Blackore.woff2') format('woff2'),
        url('/wp-content/themes/flatsome/fonts/Blackore/Blackore.woff') format('woff'),
        url('/wp-content/themes/flatsome/fonts/Blackore/Blackore.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5 ,h6 {
	font-family:'Blackore'!important;
} 