/*
Theme Name: Curatools (Dark)
Theme URI: https://curatools.example
Author: Curatools
Author URI: https://curatools.example
Description: Dark editorial block theme for curatools — an AI-tools reviews, comparisons, deals and market-signals site. Near-black ink + warm parchment + copper accents, Playfair Display + Inter + Poppins. Fully editable in the WordPress Site Editor.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: curatools
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, dark, editorial, two-columns, wide-blocks
*/

/* Styling is driven by theme.json + the compiled Tailwind asset.
   Use this file only for small overrides that don't belong in the editor. */

:root {
  --curatools-card-radius: 4px;
  --curatools-card-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 10px 30px rgba(0,0,0,0.06);
}

/* tabular numerals for scores / metrics / comparison tables */
.is-style-tabular,
.wp-block-table.curatools-comparison-table {
  font-variant-numeric: tabular-nums;
}

/* small uppercase eyebrow label */
.eyebrow { letter-spacing: 0.18em; text-transform: uppercase; }

/* brand wordmark helper */
.font-brand { font-family: "Poppins", Inter, ui-sans-serif, system-ui, sans-serif; }

.curatools-card {
  border-radius: var(--curatools-card-radius);
  box-shadow: var(--curatools-card-shadow);
}

/* FAQ accordion (native details/summary) */
.curatools-faq details > summary { list-style: none; cursor: pointer; }
.curatools-faq details > summary::-webkit-details-marker { display: none; }
.curatools-faq details[open] .sf-faq-icon { transform: rotate(45deg); }
