/* subtle grain overlay (paper texture effect) */ body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" opacity="0.08"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)"/></svg>'); background-repeat: repeat; pointer-events: none; z-index: 0; }
.project-content { padding: 1.6rem 1.5rem 1.8rem; } Portfolio WordPress Theme
.project-title { font-size: 1.6rem; font-weight: 600; margin-bottom: 0.5rem; font-family: 'Playfair Display', serif; } /* subtle grain overlay (paper texture effect) */