﻿.template:before{background-color:#eee}
.tpl{
  font-family:Breadline,bn,hi,hy,ja,ka,km,ko,ml,my,sans-serif;
  box-shadow:1px 1px 2px
}
.tpl:before{
  background:#fff
}
.tpl p:before{
  color:red;
  text-shadow:var(--3DshadowA2)
}
.tpl p:after{
  color:transparent;
  background:linear-gradient(red,#ff0);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-stroke:1px rgba(255,0,0,.5);
  filter:url(#lightA2)
}