html {
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    font-size: var(--fs-base);
    line-height: var(--lh-normal);
    color: #111;
}

/* Titres */
h1, h2, h3, h4 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: var(--lh-tight);
    margin: 0 0 0.6em;
}

h1 {
    font-size: var(--fs-xxl);
    font-weight: 500;
}

h2 {
    font-size: var(--fs-xl);
}

h3 {
    font-size: var(--fs-lg);
}

/* Texte */
p {
    margin: 0 0 1em;
}

small {
    font-size: var(--fs-sm);
    color: #666;
}

/* Liens */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
