/* Auto-generated by updateFontsCache() — 2026-03-13 09:41:08 */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --font-family: 'Nunito', sans-serif;
    --font-heading: 'Nunito', sans-serif;
    --font-size-base: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-bold);
}

strong, b {
    font-weight: var(--font-weight-bold);
}
