/*
Theme Name: Demo Site Theme
Theme URI: https://cleij5029.cl08.keurigonline.nl
Description: A simple, clean theme for PageSpeed demonstrations. Features the Geist font and inviting placeholder content.
Author: Your Name
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: demo-site-theme
*/

/* Base Styles */
body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Alpine.js cloak */
[x-cloak] {
    display: none !important;
}

