/*
Theme Name: Authfu Dojo
Theme URI: https://authfu.com
Description: Dojo-branded child of Twenty Twenty-Five for the Authfu dogfood blog. Ink header, paper body, jade links and buttons, Quicksand headings.
Author: Authfu
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: authfu-dojo
*/

/* Header logo: keep the horizontal mark crisp and bounded. */
.authfu-header .wp-block-site-logo img {
	display: block;
	height: auto;
	max-width: 150px;
}

/* Navigation items sit on ink. */
.authfu-header .wp-block-navigation a {
	color: var(--wp--preset--color--base);
	text-decoration: none;
}
.authfu-header .wp-block-navigation a:hover,
.authfu-header .wp-block-navigation a:focus {
	color: var(--wp--preset--color--accent-1);
}

/* The Sign in item reads as the door, not as a menu entry. */
.authfu-header .wp-block-navigation .authfu-nav-signin a {
	background: var(--wp--preset--color--accent-1);
	border-radius: 999px;
	color: #ffffff;
	font-weight: 700;
	padding: 0.45rem 1.05rem;
}
.authfu-header .wp-block-navigation .authfu-nav-signin a:hover,
.authfu-header .wp-block-navigation .authfu-nav-signin a:focus {
	background: var(--wp--preset--color--accent-3);
	color: #ffffff;
}

/* Post titles on the home page and single posts. */
.wp-block-post-title a {
	text-decoration: none;
}
.wp-block-post-title a:hover {
	color: var(--wp--preset--color--accent-1);
}

/* Read more link on the excerpt. */
.wp-block-post-excerpt__more-link {
	color: var(--wp--preset--color--accent-1);
	font-weight: 600;
	text-decoration: none;
}
.wp-block-post-excerpt__more-link:hover {
	color: var(--wp--preset--color--accent-3);
	text-decoration: underline;
}

/* Footer text on ink. */
.authfu-footer a {
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
}
.authfu-footer a:hover {
	color: var(--wp--preset--color--accent-2);
	text-decoration: underline;
}
