/*
Theme Name: Signature Lengths by KJ
Theme URI: https://signaturelengthsbykj.co.uk
Author: Mako Digital
Author URI: https://makodigital.co.uk
Description: Custom theme for Signature Lengths by KJ — hairdresser with booking system, click & collect shop, and PWA admin app.
Version: 1.0
*/

/* All page styles are inline per template. This file is intentionally minimal. */

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1F1419;
    background: #FAF6F2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }

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

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