/*
Theme Name: Rutherford's Punting
Theme URI: https://rutherfordspunting.com
Description: Hybrid React + WordPress theme for Rutherford's Punting Cambridge. Features integrated booking, SEO schemas, and ACF-powered content management.
Version: 1.0.0
Author: Rutherford's Punting
Author URI: https://rutherfordspunting.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rutherfords-punting
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0

This theme uses React for the frontend with WordPress handling content management,
SEO, and routing. All content is editable via ACF Pro.
*/

/* Minimal reset - React handles all styling */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

/* Ensure React app fills viewport */
#root {
    min-height: 100vh;
}
