:root{
  /* No drop shadows. Depth = raking light + brass hairlines. */
  --shadow-none:none;
  --rake-top:inset 0 1px 0 rgba(212,162,76,.18); /* @kind shadow */
  --rake-bottom:inset 0 -1px 0 rgba(0,0,0,.55); /* @kind shadow */
  --rake-card:inset 0 1px 0 rgba(212,162,76,.14),inset 0 -1px 0 rgba(0,0,0,.5); /* @kind shadow */
  --rake-ink:inset 0 1px 0 rgba(255,255,255,.6),inset 0 -1px 0 rgba(27,23,18,.18); /* @kind shadow */

  --grain-opacity:.04; /* @kind other */
  --grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); /* @kind other */

  --ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-in-out:cubic-bezier(.5,0,.2,1); /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur:200ms; /* @kind other */
  --dur-slow:420ms; /* @kind other */

  --facet-clip-sm:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px); /* @kind other */
  --facet-clip-md:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px); /* @kind other */
}

/* Utility surfaces consumers may use directly */
.bajra-grain::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:var(--grain);opacity:var(--grain-opacity);mix-blend-mode:overlay}
a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--link-hover)}
