/**
 * Theme Name: RedBlue
 * Template:   twentytwentyfive
 * Author: flexjoly
 * 
 */


header{
	background-color: var(--wp--preset--color--black);	
	color: var(--wp--preset--color--white);	
}
header, .highlight-block {
	color: var(--wp--preset--color--offwhite);	
}

.highlight-block{
	background-color:var(--wp--preset--color--contrast);
	padding: 1rem;
}

.category-red header, .category-red .highlight-block{
	background-color:var(--wp--preset--color--red);
}
.category-blue header, .category-blue .highlight-block {
	background-color:var(--wp--preset--color--blue);
}

.category-red  .is-style-text-display {
	color: var(--wp--preset--color--red)
}
.category-blue  .is-style-text-display {
	color: var(--wp--preset--color--blue);
}

.highlight-block {
	font-size: var(--wp--preset--font-size--small);
	font-weight: bold;
}

.is-style-text-display{
	text-align: center; 
}

.wp-element-caption{
	font-style: italic;
	text-align: center;
}

/*
.wp-block-quote::before {
    content: "“";
	display: block;
	font: italic 400% / 1 Cochin, Georgia, "Times New Roman", serif;
	height: 0;
	margin-left: -0.65em;	
}
*/


blockquote cite::before {
    content: "— ";
}

