/* Hertility — brand imagery tokens.
   Exposing the skin photography as url() custom properties (a) ships the files
   to consuming projects as part of the styles.css import closure, and (b) lets
   any design use them directly, e.g. background: var(--img-skin-03).
   url() is resolved relative to THIS file, which ships alongside the assets. */
:root {
  --img-skin-01: url('../assets/imagery/skin-01.jpg'); /* @kind other */
  --img-skin-02: url('../assets/imagery/skin-02.jpg'); /* @kind other */
  --img-skin-03: url('../assets/imagery/skin-03.jpg'); /* @kind other */
  --img-skin-04: url('../assets/imagery/skin-04.jpg'); /* @kind other */
  --img-skin-05: url('../assets/imagery/skin-05.jpg'); /* @kind other */
  --img-skin-06: url('../assets/imagery/skin-06.jpg'); /* @kind other */

  /* espresso scrim to lay over full-bleed imagery behind text (left→right) */
  --scrim-espresso: linear-gradient(90deg, rgba(73,54,58,.94) 0%, rgba(73,54,58,.72) 46%, rgba(73,54,58,.30) 100%); /* @kind other */
}
