/*
Theme Name:   Kathleen Schoenecker
Theme URI:    https://kathleenschoenecker.com
Author:       Kathleen Schoenecker
Description:  Lightweight custom portfolio theme. Editorial design system — warm paper, ink, terracotta accent. Ports the design previously built on Kadence + Additional CSS into theme-owned markup and scoped stylesheets.
Version:      1.0.1
Requires at least: 6.3
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:  kathleenschoenecker
*/

/* ══════════════════════════════════════════════════════════
   1. DESIGN TOKENS
   Values are identical to the previous Additional CSS file.
   All other styles live in /assets/css/ and are enqueued
   from functions.php.
   ══════════════════════════════════════════════════════════ */

:root {
  --ink:          #0f0f0e;
  --paper:        #f5f2ed;
  --warm-mid:     #e8e2d9;
  --accent:       #c9440f;
  --accent-muted: #e8c4b4;
  --mid:          #6b6560;
  --rule:         #d4cec6;
  --accent-dark:  #a83508; /* button hover — was hardcoded in section 5 */
  --mono:         'DM Mono', monospace;
  --serif:        'DM Serif Display', serif;
  --sans:         'Instrument Sans', sans-serif;
}
