:root{
--border-card:2px solid var(--color-cacao);--border-heavy:3px solid var(--color-cacao);
--shadow-brutal:4px 4px 0 var(--color-cacao);--shadow-brutal-lg:6px 6px 0 var(--color-cacao);--shadow-brutal-sm:2px 2px 0 var(--color-cacao);
--texture-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='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); /* @kind other */
--ease-punch:cubic-bezier(.2,1.6,.4,1); /* @kind other */
}
.tx{background-image:var(--texture-grain)}
:root{
--bg-photo-ambar:url(../assets/textures/wall-ochre-diagonal.jpg); /* @kind other */
--bg-photo-mustard:url(../assets/textures/wall-mustard-red-grey.jpg); /* @kind other */
--bg-photo-cactus:url(../assets/textures/cactus-red-wall.jpg); /* @kind other */
--bg-photo-shadow:url(../assets/textures/wall-mustard-red-shadow.jpg); /* @kind other */
--bg-photo-tile:url(../assets/textures/tile-cacao-star.jpg); /* @kind other */
}
.bg-wall{background-size:cover;background-position:center;position:relative}
.bg-wall::after{content:'';position:absolute;inset:0;background:rgba(43,30,24,.06)}