/*
Theme Name: The Cat's
Theme URI: https://www.thecats.pt/
Author: The Cat's — Agência Criativa
Author URI: https://www.thecats.pt/
Description: Tema comercial responsivo da The Cat's, preparado para WooCommerce.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thecats
Tags: e-commerce, custom-logo, custom-menu, featured-images, accessibility-ready
*/

:root {
  --tc-black: #080808;
  --tc-ink: #11100e;
  --tc-gold: #c8a45d;
  --tc-gold-bright: #e0bd72;
  --tc-cream: #f4efe6;
  --tc-white: #fff;
  --tc-muted: #9f9a91;
  --tc-line: rgba(200, 164, 93, .27);
  --tc-radius: 2px;
  --tc-shadow: 0 18px 60px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--tc-black); color: var(--tc-cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; top: 8px; left: 8px; z-index: 100000; padding: 12px 16px; background: #fff; color: #000; }
