/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.6
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://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: 'TWK Everett';
    src: url('TWKEverett-Black.woff2') format('woff2'),
        url('TWKEverett-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body a{
	font-family: 'TWK Everett';
}