/*
 * WallHub – custom.css
 * Put your custom overrides here. This file won't be overwritten on updates.
 *
 * Change brand color:
 * :root { --brand: #ff6584; }
 *
 * Wider grid on desktop:
 * @media(min-width:1200px){ .wh-grid { grid-template-columns: repeat(6,1fr); } }
 */
