/*
Theme Name: Buckshaw Accounting
Theme URI: https://buckshawaccounting.co.uk
Author: Laydn
Author URI: https://laydn.co.uk
Description: Single-page website theme for Buckshaw Accounting. Built as a concept/starter theme with three palette variations available in /previews.
Version: 0.1.0
License: GNU General Public License v2 or later
Text Domain: buckshawaccounting
*/

/* Base reset / shared defaults — the real design lives in the preview pages for now. */
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
