/*
Theme Name: Well Rounded Guy
Theme URI: https://wellroundedguy.com
Author: Well Rounded Guy
Description: A design-forward editorial theme for the intellectually curious man. Wirecutter utility, Acquired depth, Uncrate masculinity. Built for affiliate + display-ad monetization and SEO.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: wellroundedguy
*/

/*
  The real design system lives in assets/css/main.css (enqueued by functions.php).
  This file exists because WordPress requires it for theme identification, and to
  hold the design tokens that both the front end and the block editor read.
*/

:root {
  /* ---- Brand palette ----------------------------------------------------
     A refined, masculine, editorial palette: near-black ink on warm paper,
     with a single brass/oxidized-gold accent for luxury signal. Restrained. */
  --wrg-ink:        #16140f;  /* near-black, warm — primary text */
  --wrg-ink-soft:   #4a463d;  /* muted body / captions */
  --wrg-paper:      #f7f4ee;  /* warm off-white page background */
  --wrg-paper-pure: #ffffff;  /* cards / surfaces */
  --wrg-line:       #ddd7ca;  /* hairline rules */
  --wrg-brass:      #9a7b4f;  /* accent — luxury, links, CTAs */
  --wrg-brass-deep: #7a5f38;  /* accent hover */
  --wrg-brass-lite: #cb9f68;  /* accent on dark / over imagery */
  --wrg-charcoal:   #211e18;  /* dark sections (Uncrate-style) */
  --wrg-charcoal-2: #2c2922;  /* dark section surface */
  --wrg-near-black: #0c0b08;  /* image scrims / cinematic base */

  /* ---- Typography -------------------------------------------------------
     Headlines: a high-contrast modern serif (editorial, intelligent).
     Body: a clean grotesque sans (utility, legible at length).
     Fraunces + Inter are excellent free stand-ins for Canela/Söhne. */
  --wrg-font-display: "Fraunces", "Tiempos Headline", Georgia, serif;
  --wrg-font-body:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrg-font-mono:    "IBM Plex Mono", ui-monospace, "SF Mono", monospace; /* eyebrows, meta, kickers */

  /* ---- Scale & rhythm --------------------------------------------------- */
  --wrg-measure: 42rem;      /* optimal reading width */
  --wrg-gutter: clamp(1.35rem, 4.5vw, 3rem);
  --wrg-radius: 4px;         /* tight, premium — not bubbly */
  --wrg-shadow: 0 1px 2px rgba(22,20,15,.06), 0 8px 24px rgba(22,20,15,.06);
}
