/*
Theme Name: The Starter Kit
Description: Custom child theme for thestarterskit.com — field-guide editorial design, GSAP motion layer. Child of GeneratePress.
Author: TSK / Claude
Template: generatepress
Version: 0.1.0
Text Domain: starterkit
*/

/* Design tokens live here; component styles in assets/css/theme.css */
:root {
  --paper:       #F4EDDE;
  --paper-deep:  #ECE2CC;
  --ink:         #26201A;
  --ink-soft:    #4A4138;
  --ink-mute:    #7A7060;
  --ember:       #D14E20;
  --ember-deep:  #A93C14;
  --stone:       #8E8270;
  --line:        rgba(38, 32, 26, 0.16);
  --card:        #FBF7EC;

  --font-display: "Young Serif", "Iowan Old Style", Georgia, serif;
  --font-body:    "Schibsted Grotesk", "Avenir Next", system-ui, sans-serif;
  --font-mono:    "Spline Sans Mono", "SFMono-Regular", Menlo, monospace;

  --space-1: 8px;  --space-2: 16px; --space-3: 24px; --space-4: 40px;
  --space-5: 64px; --space-6: 96px; --space-7: 144px;
  --rail: 1240px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
