/**
 * Kology ERP branding — foundation (base document)
 * Depends on Theme::inlineCssVariables() for --k-* and brand tokens.
 */

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--k-font-sans);
    background: var(--k-color-surface-page);
    color: var(--k-color-text-primary);
    line-height: var(--k-leading-normal);
    -webkit-font-smoothing: antialiased;
}
