/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

* {
	font-family: "IBM Plex Sans JP", sans-serif !important;
}

a {
	color: #876;
	outline: none !important;
	transition: opacity 0.2s;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

h1.wp-block-post-title {
	margin-bottom: 50px;
}

.copyright {
	padding: 20px;
}