* {
  --theme_c1: #3f69aa;
  --theme_c1_d5: #203556;
}

body {
  	border-top: 3px solid var(--theme_c1_d5);
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Playfair Display', serif;
	color: var(--theme_c1);
} 

.lview {
  	max-width: 1200px;
  	margin: auto;
}

.frame-indent {
    margin-left: 40px;
}

.text-justify {
    /*text-align: justify;*/
}

.frame-space-before-medium {
    margin-top: 25px;
}