/* Restore Outdoors — texture. Film grain over photography; nothing else. */
:root {
  --grain-url: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.5'/></svg>"); /* @kind other */
  --grain-opacity: 0.16; /* @kind other */
  --grain-opacity-strong: 0.26; /* @kind other */
  --duotone-warm: linear-gradient(rgba(228, 130, 51, 0.22), rgba(26, 41, 15, 0.55)); /* @kind color */
  --duotone-cool: linear-gradient(rgba(61, 131, 195, 0.18), rgba(26, 41, 15, 0.62)); /* @kind color */
}
