/*
 * Theme Name:  Revija Anamnesis
 * Theme URI:   https://codesupply.co/themes/once/
 * Description: Child theme of Once by Code Supply Co.
 * Author:      Code Supply Co., modified by Iztok Kham
 * Author URI:  https://studiokham.com
 * Template:    once
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


/* @import url('https://fonts.googleapis.com/css2?family=GFS+Neohellenic&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #004684;
}

.entry-title .meta-category {
    color: #004684;
}

.section-post-carousel {
    background-color: #004684;
}


 .anam-sitetitle {
     
 }
 
.anam-sitetitle #anam-site-title,
.anam-sitetitle #anam-site-tagline {
    /* font-family: 'GFS Neohellenic', sans-serif; */
	font-family: 'Marcellus', serif;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    color: black;
	margin: 0;
 }

.anam-sitetitle #anam-site-title {
 }
 
 .anam-sitetitle #anam-site-tagline {
	 color: #999;
	 letter-spacing: 0.4em;
 }