/*
Theme Name: Imagine Catalog
Theme URI:   https://www.imaginecatalog.lk
Author:      Imagine
Description: Premium rug catalog theme for Imagine, Colombo Sri Lanka.
Version:     1.0.0
License:     All Rights Reserved
Text Domain: imagine-catalog
*/

/* ── Global base reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  background: #ffffff;
  color: #1a1a18;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
