:root {
    --base-font-family: "Segoe UI", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    --base-font-size: 16px;
    --base-line-height: 1.5;
}

.base-layout h1,
.base-layout h2,
.base-layout h3,
.base-layout h4,
.base-layout h5,
.base-layout h6 {
    font-weight: 600;
    color: var(--base-text);
}

.base-layout small,
.base-layout .text-muted {
    color: var(--base-muted);
}
