/* ══════════════════════════════════════════════════════
   REFEREE iQ — Theme Variables
   All structural CSS is in /css/shared.css
   Only brand tokens defined here.
══════════════════════════════════════════════════════ */
:root {
    /* Core palette */
    --primary:      #111111;
    --primary-h:    #000000;
    --primary-tint: #F8F8F8;
    --accent:       #DF6F1D;
    --accent-tint:  #FFF3E8;
    --btn-bg:       #A75315;
    --btn-h:        #8B4411;
}

/* RiQ: --primary is black; override scroll-top to accent orange */
#kt_scrolltop {
  background-color: var(--accent) !important;
}
