/*
Theme Name: Picci
Theme URI: https://fratellipicci.it
Author: Inoke
Author URI: https://inoke.studio
Tested up to: 6.3
Version: 0.1
Text Domain: picci
*/


@import url("https://use.typekit.net/qzf4ydw.css");

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	padding: 2.5%;
	cursor: default;
}

h1 {
	font-family: meno-banner;
	font-weight: bold;
	font-style: italic;
	font-size: clamp(3rem, -1.5rem + 8vw, 10rem);
	letter-spacing: 0px;
	color: #9A826D;
	opacity: 0.3;
	margin: 3vw 0 3vw 0;
}

h2 {
	font-family: adrianna;
	font-weight: bold;
	color: #573D24;
	margin: 4vw 0 1vw 0;
}

p {
	font-family: adrianna;
	color: #6D4C2F;
	text-align: center;
}

figure {
	text-align: center;
	max-width: 80%;
}

img {
	height: 180px;
	width: auto;
}

hr {
	width: 33%;
	height: 2px;
	background: #573D24;
}