.note {
    padding: 1rem;
    background-color: var(--hekkerij-brown-light);
    color: var(--text-negative);

    border-radius: var(--border-radius);
}

.note-text h1 {
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font), serif;
}

.note-text h1 .normal {
    font-weight: normal;
}