﻿.template{background:gold}
.template:before{background:var(--bg54);color:green}
.template:after{background:var(--bg55);color:red;mix-blend-mode:difference}
.template:before{
  filter:url(#lightA5)
}
.template:after{
  filter:url(#lightB5)
}
.tpl{
  font-family:sans-serif,bn,hi,hy,ja,ka,km,ko,ml,my;
  font-weight:bold;
  letter-spacing:12px;
  filter:url(#dark-outline)
}
.tpl:before{
  color:transparent
}
.tpl p{
  filter:url(#outline1)
}
.tpl p:before{
  text-shadow:var(--outline-shadow6)
}