/*
 Theme Name:   CheshireBuzz
 Theme URI:    https://cheshirebuzz.com
 Description:  CheshireBuzz theme
 Author:       Cheshire Buzz
 Author URI:   https://cheshirebuzz.com
 Template:     generatepress
 Version:      0.1
*/

/* ============================================
   CHESHIRE BUZZ — DESIGN TOKENS
   ============================================ */
:root {
  --cb-yellow:  #E5E873;
  --cb-cream:   #F7FAED;
  --cb-sage:    #E8F0E9;
  --cb-blush:   #F5EAE8;
  --cb-sky:     #E6EFF8;
  --cb-black:   #111111;
  --cb-white:   #ffffff;
  --cb-text:    #111111;
  --cb-muted:   rgba(0, 0, 0, 0.5);
  --cb-border:  rgba(0, 0, 0, 0.12);

  --cb-font-body:     'Barlow', sans-serif;
  --cb-font-display:  'Barlow Condensed', sans-serif;
}