/* common.css — Bootstrap variable overrides (previously compiled from _variables.scss) */

:root {
    --bs-body-bg: #f8fafc;
    --bs-body-font-family: 'Poppins', 'Nunito', sans-serif;
    --bs-body-font-size: 0.9rem;
    --bs-body-line-height: 1.6;
}

body {
    background-color: var(--bs-body-bg);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
}
