/**
 * Theme Name:        SquashHu
 * Description:       Squash.hu theme
 * Template:   generatepress
 * Version:           1.0.0
 * Text Domain:       squashhu
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
*/

.main-navigation ul li a {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
}

.main-nav ul ul li a {
	font-size: 12px
}

.menu-item ul li a {
	font-weight:normal;
	text-transform: uppercase;
	font-size: 12px;
}

.sub-menu ul li a {
	font-weight:normal;
	text-transform: uppercase;
	font-size: 12px;
}

body {
	font-family: Roboto Slab, sans-serif;
	background: white;
}

.entry-title  a {
	color: #b8292f;
	font-weight: bold;
	font-size: 20px;
}

.widget-title {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold
}