/*
Theme Name: Kids Kits
Theme URI: https://kidskits.co.uk
Author: Kids Kits
Author URI: https://kidskits.co.uk
Description: Custom sportswear storefront theme for Kids Kits, built for WooCommerce. Mobile-first, off-canvas navigation, clean product-first layout.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.7
Text Domain: kidskits
*/

/* Base reset kept here; bulk of styling lives in assets/css/main.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button {
  font: inherit;
  cursor: pointer;
}

input,
button,
textarea {
  font-family: inherit;
}
