/*
Theme Name: Tasselora Maison
Theme URI: https://tasselora.example/
Author: Tasselora
Author URI: https://tasselora.example/
Description: Couture passementerie catalogue theme. Includes a full Theme Settings panel (header, footer, brand colours, hero copy, navigation menus, and a product redirect button), a "Product" backend with main + gallery images and master-data dropdowns, a single-page Maison catalogue (search / collection / colour filters + product modal), and a self-contained, cached Color Intelligence page.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tasselora
*/

/* This theme loads its own scoped stylesheets per template:
   - assets/css/chrome.css               (site header + footer, every page)
   - assets/css/catalogue.css            (Catalogue page template)
   - assets/css/color-intelligence.css   (Color Intelligence page template)
   The minimal base below only styles the fallback/default pages. */

:root{
  --tsl-bg:#0B0A07; --tsl-ink:#F1E9D8; --tsl-gold:#C7A24A; --tsl-line:#2B2316;
}
html,body{margin:0;padding:0;}
body{
  background:#0B0A07; color:#F1E9D8;
  font-family:'Jost','DM Sans',system-ui,-apple-system,sans-serif;
  -webkit-font-smoothing:antialiased; line-height:1.6;
}
a{color:var(--tsl-gold);}
.tsl-default-wrap{max-width:820px;margin:0 auto;padding:60px 24px;}
.tsl-default-wrap h1,.tsl-default-wrap h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;}
.tsl-default-wrap .tsl-notice{border:1px solid var(--tsl-line);border-radius:14px;padding:22px 24px;margin:24px 0;background:#151109;}
img{max-width:100%;height:auto;}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}
