/*
Theme Name:  Colours of Kings
Theme URI:   https://coloursofkings.com
Author:      Nick Peay
Author URI:  https://nickpeaymusic.com
Description: Custom theme for The Colours of Kings — a synth-driven side project from Louisville, KY. Single long-scroll site, no page builder.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coloursofkings
Tags:        custom-menu, featured-images, full-width-template
*/

/* ── DESIGN TOKENS ───────────────────────────────────────── */
:root {
  --sky:         #6a9ea8;
  --sky-deep:    #3a6e7a;
  --sky-pale:    #c8dfe4;
  --field:       #4a6838;
  --field-dark:  #2a3c20;
  --velvet:      #8b1a1a;
  --velvet-hi:   #b02828;
  --gold:        #c8904a;
  --gold-pale:   #e0b878;
  --cream:       #f4efe4;
  --cream-dim:   #c8bfa8;
  --cream-faint: #8a806c;
  --void:        #0a0c0a;
  --near-void:   #111410;
  --dark-field:  #161a12;
  --orb-glow:    rgba(200, 144, 74, 0.35);
  --sky-glow:    rgba(106, 158, 168, 0.25);
  --velvet-glow: rgba(139, 26, 26, 0.3);
  --f-display: 'Barlow Condensed', Impact, sans-serif;
  --f-serif:   'Lora', Georgia, serif;
  --f-mono:    'DM Mono', monospace;
  --ease: cubic-bezier(0.25, 0, 0.1, 1);
}
