/*
Theme Name:  Nick Peay Music
Theme URI:   https://nickpeaymusic.com
Author:      Nick Peay
Author URI:  https://nickpeaymusic.com
Description: Custom theme for Nick Peay — folk and Americana singer-songwriter from Louisville, KY. WooCommerce compatible.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nickpeay
Tags:        music, woocommerce, custom-menu, featured-images, full-width-template
*/

/* ─── DESIGN TOKENS ────────────────────────────────────────── */
:root {
  --deep:        #0d1411;
  --ink:         #151c19;
  --slate:       #1e2d28;
  --teal:        #2b5548;
  --teal-mid:    #3a7060;
  --teal-light:  #4d8f7a;
  --amber:       #c07840;
  --amber-warm:  #d8954e;
  --amber-pale:  #e8b87a;
  --cream:       #f2ede2;
  --cream-dim:   #ccc5b0;
  --cream-faint: #8a8272;

  --g-hi:   rgba(242,237,226,0.10);
  --g-mid:  rgba(242,237,226,0.06);
  --g-lo:   rgba(242,237,226,0.03);
  --a-glow: rgba(192,120,64,0.18);
  --t-glow: rgba(43,85,72,0.50);

  --f-display: 'Playfair Display', Georgia, serif;
  --f-hero:    'DM Serif Display', Georgia, serif;
  --f-body:    'Instrument Sans', sans-serif;
  --f-mono:    'DM Mono', monospace;

  --radius: 2px;
  --ease:   cubic-bezier(0.25, 0, 0.15, 1);
}
