/*
 Theme Name:   Azizam
 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 {
		--vida-black: #2C2E41;
  		--vida-accent: #9E4765;
}
::selection {
	color: #fff;
	background: var(--vida-accent);
}
h1, .marcellus {
	font-family: 'Marcellus';
	color: var(--vida-black);
}
h2, .allura {
	font-family: 'Allura';
	color: var(--vida-accent);
}
body {
	font-family: 'Nunito';
}
.pp-content-category-list {
	border-radius: 15px;
}
.pp-content-category-list a {
	text-decoration: none;
}
.pp-post-image img {
	border-radius: 5px;
}