:root {
    --colore-sfondo: #F9F7F7;
    --colore-primario: #112D4E;
    --colore-primario-deep: #071e3c;
    --colore-secondario: #DBE2EF;
    --colore-accento: #3F72AF;
    --text: #333;
}

* {
    box-sizing: border-box;
}

body {
    background-color: var(--colore-sfondo);
    font-family: "Baskerville", "Times New Roman", serif;
    font-size: x-large;
}

h1, h2, h3 {
    font-variant: small-caps;
    color: var(--colore-primario);
}