* {
    box-sizing: border-box;
    color: var(--text-color);
    font-family: var(--font-family-base);
    font-size: var(--font-size-base);
}

html { scroll-behavior: smooth; }

body { margin: 0; }

a {
    color: inherit;
    text-decoration: none;
}

pre { margin: 0; }

button {
    border: none;
    background: none;
    padding: 0;
}

summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.svg-inline--fa {
    display: none !important;
}

ul {
    padding-inline-start: calc(var(--spacing-unit) * 2);
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    margin-block-start: 0;
    margin-block-end: var(--spacing-unit);
}