/*
Theme Name: Adore Robe
Theme URI: https://adorerobe.com/
Author: Hafeez Ur Rehman
Author URI: https://adorerobe.com/
Description: Minimal black & white UK fashion theme with COS-style Men/Women gate and WooCommerce shop.
Version: 1.8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adorerobe
Tags: e-commerce, woocommerce, custom-menu, featured-images, translation-ready
*/

/* Base reset — utilities via Tailwind CDN + assets/css/theme.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
}

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