/*
 Theme Name:     Divi Child - Tiny Q's
 Theme URI:      https://tinyqs.com
 Description:    Child theme for Divi (Tiny Q's website)
 Author:         Theresa Norwood
 Author URL:     https://www.facebook.com/teatalkswiththeresanorwood/
 Template:       Divi
 Version:        1.0.0
*/

/* Put your custom CSS below this line */

:root {
  /* Core Brand Colors */
  --tq-black: #0B0B0C;        /* Primary rich black */
  --tq-black-soft: #0E0E0E;   /* Secondary black (header/sections) */
  --tq-red: #C8102E;          /* Signature Q red */
  --tq-white: #FFFFFF;

  /* Supporting */
  --tq-gray: #5E5E5E;         /* Body text */
  --tq-gold: #C9A227;         /* Optional premium accent */
}

/* Example placeholder:
#main-header {
  background: #0E0E0E !important;
}
*/