/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five to house custom CSS and locally served fonts.
Author: Polycars
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child


:root {
	--tt25-child-accent: #1b6ef3;
}

a {
	color: var(--tt25-child-accent);
	text-decoration: none;
}

a:hover {
	color: color-mix(in srgb, var(--tt25-child-accent) 80%, black);
	text-decoration: underline;
}
*/

h1, h2, h3 {
	-webkit-hyphens: auto;
	hyphens:auto;
}