/*
 Theme Name:   Kathrings
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Juliane de Vries
 Author URI:   https://ju-like.de
 Template:     generatepress
 Version:      0.1
*/
:root {
	--accent: #bf811f 
}
::selection {
	color: #fff;
	background: #bf811f;
}
a {
	text-decoration: none;
}
h1, h2, h3, .main-title {
	font-family: 'Abel';
}