/* ============================================
   NOVA — Template Theme Variables
   Standard interface: --tpl-* namespace
   Nova is dark-only, no html.dark variant needed
   ============================================ */

:root {
  --tpl-font:          'DM Sans', system-ui, sans-serif;
  --tpl-bg:            #0f0f13;
  --tpl-surface:       #0f0f11;
  --tpl-surface-2:     #0a0a0b;
  --tpl-border:        rgba(255,255,255,.07);
  --tpl-border-2:      rgba(255,255,255,.12);
  --tpl-divider:       rgba(255,255,255,.07);
  --tpl-text:          #f0f0f2;
  --tpl-text-body:     #f0f0f2;
  --tpl-text-2:        #a0a0a8;
  --tpl-text-3:        #606068;
  --tpl-text-4:        #606068;
  --tpl-text-5:        #404048;
  --tpl-accent:        #E85D30;
  --tpl-accent-hover:  #C44A20;
  --tpl-radius:        8px;
  --tpl-radius-lg:     12px;
  --tpl-radius-full:   20px;
}
