/*
Theme Name:  Awareness Self Defence Fitness
Theme URI:
Author:
Author URI:
Description: Custom coded theme for Awareness Self Defence & Fitness. Typography and brand colours are fully editable from Appearance → Customize.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awareness-sdf
Tags:        custom-logo, custom-menu, full-width-template, one-column
*/

/* ─── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }
img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; }

/* ─── Global typography (overridden by Customizer via wp_head) ── */
body {
    font-family: var(--asdf-font-body, 'Inter', sans-serif);
    font-size:   var(--asdf-font-size-base, 16px);
    color:       var(--asdf-color-text, #181818);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--asdf-font-heading, 'Inter', sans-serif);
    line-height: 1.2;
    margin: 0;
}

p { margin: 0; }

/* ─── Utility ─────────────────────────────────────────────── */
.asdf-sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
