/**
 * Theme Name: Chris and Kate 2026
 * Template:   travel-diaries
 */

body {
	font-family: 'Georgia', system-ui;
}

.header-t {
	display: none;
}

h1, h2, h3, h4, h5, h6, #primary-menu {
	font-family: system-ui;	
}

#content {
	background-color: rgba(255, 255, 255, 0.8);
}

#secondary .widget .widget-title, input[type="search"] {
	color: 000;
}

#secondary .widget .search-form {
	border: 1px solid #000;
}

#secondary .widget {
	border-color: #000;
}

div.site-branding {
	background-color: #FFF;
	padding: 0.3em 0.6em;
	border: 0px #FFF solid;
	border-radius: 1em;
	font-family: system-ui;
}

.site-title {
	text-align: center;
}

#primary .post .entry-header .entry-title {
	font-size: revert;
}
