/**
 * Default page template — cream gradient canvas, light-theme token overrides.
 * Scoped to body.page-template-default; header, footer, and other templates unaffected.
 */

body.page-template-default #content,
body.page-template-default .site-content,
body.page-template-default .site-main,
body.page-template-default #primary,
body.page-template-default .content-area {
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f3 100%) !important;
  /* Override dark-theme tokens — CSS custom properties cascade to all child
     elements, so text-text-primary / text-text-secondary utilities auto-resolve
     to dark values without targeting each element individually. */
  --color-text-primary:   #1a1814;
  --color-text-secondary: #6b6760;
  --color-surface:        #f0ece4;
  --color-gray-200:       #e5e2dd;
}
