@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

:root {
    font-size: 19px;
}

body {
    background-color: var(--dark);
    line-height: 1.8;
}

nav,
h1,
h2 {
    text-transform: uppercase;
    font-weight: 500;
}

p {
    font-size: 1.07rem;
}

img {
    border-radius: 0.2rem;
}
