/* Puzzled — Custom theme CSS */
/* Styles are inlined via <style> in layout.ejs for this brand */
/* Theme token placeholder — minimal since we're using custom styles */
:root {
  --bg: #F5F0EB;
  --fg: #0D0D0D;
  --accent: #E8500A;
}