@import url("/assets/css/variables.css");

* {
	hyphens: none !important;
	word-wrap: normal;
}

article {
	margin-bottom: 6rem !important;
	padding-bottom: 2rem !important;
	position: relative;

	&:not(:last-of-type)::after {
		background-color: currentColor;
		bottom: 0px;
		content: "";
		height: 4px;
		margin-inline: auto;
		position: absolute;
		width: 20%;
	}

	a {
		color: var(--green700) !important;

		&:hover {
			color: var(--green500) !important;
		}
	}
}

article,
.entry-header,
h3.widget-title {
	margin: 0 !important;
	padding: 0 !important;
}

body {
	font-family: "Inter", sans-serif !important;
	background-color: white;
}

button {
	background: none !important;
	box-shadow: none !important;
	color: var(--blue700);
	cursor: pointer;
	outline: none !important;

	&:active,
	&:focus {
		background: none !important;
		box-shadow: none !important;
		color: var(--blue700);
		cursor: pointer;
		outline: none !important;
	}
}

figcaption {
	color: var(--blue) !important;
	font-style: normal !important;
	line-height: 1.4 !important;
	text-align: center !important;
}

h1,
h2,
h3 {
	font-weight: 500 !important;
	line-height: 1.2;
}

h1.entry-title {
	font-weight: 500 !important;
}

h2.wp-block-heading {
	font-family: var(--font-serif);
	font-size: var(--fz18) !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	margin-block: var(--px24) 0;
	text-transform: none !important;
}

html {
	font-size: 1rem;
}

p {
	font-size: var(--fz16) !important;
}

.archive-header {
	margin-bottom: 0;
}

.archive-title {
	font-size: 1.5rem !important;
	margin-bottom: 0 !important;
}

.entry-meta, .featured-post {
	display: none;
}

.footer p {
	font-size: var(--fz12) !important;
}

.has-small-font-size {
	a {
		word-break: break-all;
	}
}

.home {
	padding-block: 0 !important;
}

.nav-single {
	span {
		line-height: 1.2;
	}
}

.nav-toggle {
	border: none !important;
	outline: none !important;
}

.site-content {
	article {
		border: 0;
	}
}

.sub h1 {
	font-size: var(--fz32);
	font-family: var(--font-serif);
	padding-top: var(--px80) !important;
}

.wp-block-search__input {
	background-color: white;
}

.widget {
	a {
		color: var(--green700) !important;

		&:hover {
			color: var(--green500) !important;
		}
	}
}

#block-9 {
	margin-bottom: 0;
}

#colophon,
#masthead {
	display: none;
}

#page {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;

	a {
		font-style: normal;
	}
}

#primary {
	@media (max-width: 1200px) {
		float: none;
		width: 100%;
	}
}

#secondary {
	@media (max-width: 1200px) {
		float: none;
		margin-top: 4rem;
		width: min(400px, 100%);
	}

	h2 {
		font-size: 1.2rem;
		margin-bottom: 0.8em;
	}

	li {
		line-height: 1.4;
		list-style: none;
		margin: 0;
		padding: 0 0 0.5em;
	}

	ul {
		margin: 0;
	}
}