/*
Theme Name: Fixture Hero
Theme URI: https://fixturehero.co.uk
Author: Mako Digital
Author URI: https://makodigital.co.uk
Description: Grassroots sports fixtures platform - find what's on this weekend
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: Proprietary
Text Domain: fixture-hero
*/

/* Reset & Base - keeping it minimal, inline styles will handle the heavy lifting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f8f9fa;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
