@charset "UTF-8";
/*
Theme Name:   WishesPress 2026
Theme URI:    https://wishes.photos/
Author:       Wishes.photos Team
Author URI:   https://wishes.photos/
Description:  SEO, speed and UI/UX optimized publishing theme for wishes, quotes & greeting-message sites. Includes the "Wishes Theme" admin panel (semantic TOC with H2+H3 nesting & collapse, smart sticky sidebar, breadcrumb title toggle, featured image position, excerpt toggle, post-meta dates & author avatar toggle, copy-with-credit quote blocks with single-line share, text-selection share/copy popup, related cards with tags→category→latest matching + category/date toggles, archive/home cards with relative updated date, paginated homepage with most-loved strip + 14 FAQs, in-post FAQ detection with in-place accordion restyle + FAQPage schema, speed module with emoji/oEmbed cleanup + iframe lazy + hero preload, footer social profile links, Pinterest Pin-it, auto image SEO, JSON-LD incl. WebSite+SearchAction/ItemList/FAQ/Speakable, Open Graph and rich-pin meta — all auto-disabled where an active SEO or caching plugin like Rank Math or LiteSpeed already handles it), widget-only sidebar, footer menus, native Web Share buttons and a warm editorial design system. Built for Core Web Vitals: deferred JS, lazy images with dimensions, preconnected fonts.
Version:      1.4.1
Requires at least: 6.2
Tested up to: 6.7
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:  wishespress
Tags:         blog, two-columns, right-sidebar, custom-menu, featured-images, theme-options, translation-ready
*/

/* ------------------------------------------------------------------ */
/* Design tokens (mirrored in assets/theme.css)                        */
/* ------------------------------------------------------------------ */
:root {
  --wp-paper: #f5f3eb;
  --wp-card: #fdfcf7;
  --wp-ink: #1e2a23;
  --wp-ink2: #5a675e;
  --wp-line: #e4e0d2;
  --wp-pine: #1f5c46;
  --wp-pine-deep: #173f31;
  --wp-pine-soft: #e4eee7;
  --wp-berry: #d64568;
  --wp-berry-deep: #ab2c4e;
  --wp-berry-soft: #fbe9ee;
  --wp-gold: #e9a83a;
  --wp-gold-soft: #faf0da;
  --wp-teal: #2c7f73;
  --wp-font-display: "Bricolage Grotesque", Georgia, serif;
  --wp-font-body: "Instrument Sans", "Segoe UI", sans-serif;
  --wp-font-quote: "Fraunces", Georgia, serif;
}

body {
  background: var(--wp-paper);
  color: var(--wp-ink);
  font-family: var(--wp-font-body);
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--wp-berry); color: #fdfcf7; }

/* Full component styles live in assets/theme.css (enqueued with this file). */
