/* =====================================================================
   LynxLayers — Custom Client-Area Styles
   ---------------------------------------------------------------------
   Brand-specific visual overrides that consume the tokens in
   variables.css. Keep custom CSS HERE (not in the theme's stock
   stylesheets) so WHMCS/theme updates never overwrite your work.

   Intentionally minimal for now — real styling lands here once the
   brand (colors, logo, fonts) is finalized.
   ===================================================================== */

/* Example wiring (kept commented until the brand is finalized):

a,
.primary-color            { color: var(--ll-primary); }

.btn-primary {
  background-color: var(--ll-primary);
  border-color:     var(--ll-primary-dark);
}
.btn-primary:hover {
  background-color: var(--ll-primary-dark);
}

body { font-family: var(--ll-font-sans); color: var(--ll-text); }

*/
