/*!
 * FCRF- – base.css
 * Base styles: tokens, typography, global elements.
 * Note: this file is enqueued via functions.php (not a WP theme header).
 * Version: handled by FCRF_THEME_VERSION in functions.php
 */


 /* IMPOSTAZIONI GENERALI
-------------------------------------*/

/* redere visibile navbar con admin-bar */
/*.admin-bar .navbar {top:32px;}*/


body{
  display: flex;
  min-height: 100vh; /* aggiungi 100% vertical height */
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.3rem;
  line-height: 1.4;
  font-style: normal;
  color: #1b1b1b;
  background:#F2F1F6;
}

h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong,
h5 b, h5 strong,
h6 b, h6 strong {
  font-weight: 600;
}

a {
  color: #1b1b1b;
  text-decoration:underline;
}

a:hover {
  color: #1b1b1b;
  text-decoration:underline;
}

.main-content a:hover {
  opacity:0.85;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  color: #1b1b1b;
}

p.light-text {
  font-weight: 300;
  font-style: normal; 
}

hr {
  opacity: inherit !important;
}


/* UTILITIES
-------------------------------------*/

blockquote {
  margin: 0 2rem 3rem;
  padding-left: 1rem;
  font-style: italic;
  border-left: 2px solid #575757;
}

.wp-block-image img {
  height: auto;
}



/* stile generale wordpress
-------------------------------------*/

.post img {
  max-width:100%;
  height:auto;
}

  

/* WordPress Core styles
-------------------------------------------------------------- */


/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}