/*
Theme Name: Astra Pickleball
Theme URI: https://example.com/
Author: Your Team
Author URI: https://example.com/
Description: A lightweight Bootstrap-based WordPress theme for a pickleball site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-pickleball
Tags: custom-menu, featured-images, blog
*/

:root {
	--ap-font-sans: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body {
	font-family: var(--ap-font-sans);
}
