/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body{
	font-family: "Jost", sans-serif !important;
}
p, h1, h2, h3, h4, h5, h6, ul li{
	font-family: "Jost", sans-serif !important;
}

#main-slider-row h2, #main-slider-row a {
	color:#fff !important;
	font-family: "Jost", sans-serif !important;
}

.product-stock-status {
	font-weight: bold;
}

.product-stock-status--low {
	color: #E0A624;
	background: #fff3f2;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 1rem;
}