/* Example CSS file */ 
@font-face {
	font-family: 'Vollkorn';
	font-weight: 700;
	src: url(‘/site/templates/fontes/vollkorn/Vollkorn-VariableFont_wght.ttf’) format(‘truetype’)
}

p {
margin-top: 0.75rem; /* 12px */
margin-bottom: 0.75rem; /* 12px */
}
#enveloppe {
background-color: rgb(215,223,232);
font-family: 'Vollkorn';
}
#current_link {
opacity: 0.5;
}
