/*
Theme Name: The Bowl (Astra Child)
Theme URI: https://thebowl.example
Description: Child theme of Astra for "The Bowl" — an evidence-based dog food, nutrition & science blog. Bark/Leaf palette, Fraunces + Inter typography, custom block patterns for hero, post cards, single-post Table of Contents, callouts, references and newsletter.
Author: The Bowl
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: the-bowl-child
*/

/* All visual styling lives in assets/css/blog.css (enqueued from functions.php).
   This file only needs the header above for WordPress to register the child theme,
   plus a few minimal resets that must load with the stylesheet handle. */

:root {
  --bowl-bark-50:  #faf7f2;
  --bowl-bark-100: #f3ece1;
  --bowl-bark-200: #e6d7c3;
  --bowl-bark-300: #d4bb9b;
  --bowl-bark-400: #bd9870;
  --bowl-bark-500: #a87d52;
  --bowl-bark-600: #8c6541;
  --bowl-bark-700: #704f37;
  --bowl-bark-800: #5c4231;
  --bowl-bark-900: #4d382c;
  --bowl-leaf-50:  #f0fdf9;
  --bowl-leaf-100: #cdfaec;
  --bowl-leaf-200: #9bf3da;
  --bowl-leaf-300: #5fe5c5;
  --bowl-leaf-400: #2ecdab;
  --bowl-leaf-500: #14b393;
  --bowl-leaf-600: #0a9078;
  --bowl-leaf-700: #0c7362;
  --bowl-leaf-800: #0d5b50;
  --bowl-leaf-900: #0e4b43;
}
