/* SquidScanner — shared readable typography (matches AI report) */
:root {
    --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Verdana, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-size-body: 1.05rem;
    --line-height-body: 1.65;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-body);
}

p, li, label, span, td, th, dd, dt,
input, textarea, select, button,
.btn, .form-control, .form-select, .dropdown-menu {
    font-family: inherit;
}

pre, code, kbd, samp, .font-mono {
    font-family: var(--font-mono);
}

.ai-report-content,
.ai-tool-analysis {
    font-family: var(--font-body);
    line-height: 1.72;
}

.ai-report-content {
    font-size: 1.13rem;
}

.ai-tool-analysis {
    font-size: 0.95rem;
    line-height: 1.55;
}