/*
Theme Name: Bamboo Leaks
Theme URI: https://bambooleaks.com
Author: Bamboo Leaks
Author URI: https://bambooleaks.com
Description: A minimalist, broadsheet-inspired editorial theme for Bamboo Leaks — independent, clear-eyed reporting on Chinese technology, past the hype and the fear.
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: bambooleak
Tags: editorial, magazine, minimalist, news, blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =============================================================
   BAMBOO LEAKS — Design System
   -------------------------------------------------------------
   All presentational CSS lives in assets/css/main.css and is
   enqueued from functions.php. This file carries the required
   WordPress theme header plus the design tokens for reference.
   ============================================================= */

:root {
  /* Ink & paper */
  --bl-ink:        #14130f;   /* near-black, warm */
  --bl-ink-soft:   #33312b;
  --bl-muted:      #6f6b61;   /* metadata, captions */
  --bl-faint:      #9a958a;
  --bl-paper:      #fbfaf5;   /* bright warm paper */
  --bl-paper-pure: #ffffff;
  --bl-rule:       #e2ddd0;   /* hairline rules */
  --bl-rule-soft:  #eeeae0;

  /* Accent — bamboo */
  --bl-accent:     #2f5d3a;   /* deep bamboo green */
  --bl-accent-ink: #1f4127;
  --bl-signal:     #b5321f;   /* breaking / leak red, used sparingly */

  /* Type */
  --bl-display: "Playfair Display", "Noto Serif SC", "Times New Roman", Georgia, serif;
  --bl-serif:   "Source Serif 4", "Noto Serif SC", Georgia, "Times New Roman", serif;
  --bl-sans:    "Inter", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Scale & rhythm */
  --bl-measure: 40rem;        /* optimal reading width */
  --bl-gap:     clamp(1.5rem, 4vw, 3rem);
  --bl-shell:   min(1240px, 92vw);
}
