/* Site-wide Poppins (load includes/fonts_head.php in document head) */
:root {
    --font-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html,
body,
#app {
    font-family: var(--font-sans);
}

strong,
b {
    font-weight: 600;
}
