/* ================================================== */
/* Common styles                                      */
/* ================================================== */
:root {
    --color-grey: #777;
}

.note,
.note p {
    line-height: 1.5em;
}

.note a {
    color: inherit;
}

.note a:hover {
    color: #371818;
}

.note header {
    margin-bottom: 1.5rem;
}

.note figure {
    margin-bottom: .5rem;
}

.note-title {
    font-weight: 600;
}

.note-date {
    color: var(--color-text-grey);
}
