/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* ...existing code... */

@font-face {
    font-family: 'Garnet Regular';
    src: url('Garnet-Regular/garnettregular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('Garnet-Regular/garnettregular-webfont.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

*, body, html{
	font-family: 'Garnet Regular', 'Helvetica' !important;
}



/* ...existing code... */