/*  DEFAULTS: LISTS
//////////////////////////////////////////////////////////////////////////////*/

@layer defaults {
    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul {
        list-style: square;
    }
    .hentry :where(ul, ol, dl) {
        padding-left: var(--spacing-m);
    }
}
