/*
Theme Name: Beans Adventure
Theme URI: https://bandofbeans.co.uk
Author: Band of Beans
Author URI: https://bandofbeans.co.uk
Description: Custom theme for Band of Beans coffee adventure
Version: 1.0.0
Text Domain: beans-adventure
*/

/* Basic styles to prevent blank page */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Remove padding on homepage to match other pages */
body.home .site-content {
    padding: 0;
    max-width: 100%;
}

/* WooCommerce basic compatibility */
.woocommerce-page .content {
    width: 100%;
}