/*
 Theme Name:   Task Runner
 Theme URI:    https://codelabllc.com
 Description:  Task Runner Theme
 Author:       the Understrap Contributors
 Author URI:   https://codelabllc.com
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
body {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* Ensure all elements use the Poppins font */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
div,
input,
textarea,
button {
    font-family: 'Poppins', sans-serif;
}