Portfolio Wordpress Theme Apr 2026

/* typography paper style */ h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 500; letter-spacing: -0.01em; }

.wp-btn:hover { background: #f4ecdb; border-color: #c6a86b; color: #3e2a16; } Portfolio WordPress Theme

.contact-item { display: flex; align-items: center; gap: 10px; background: #f7efdf; padding: 0.6rem 1.2rem; border-radius: 60px; font-size: 0.9rem; } /* typography paper style */ h1, h2, h3

/* responsive touches */ @media (max-width: 680px) { body { padding: 1rem; } h1 { font-size: 2.2rem; } .paper-header { padding: 1.5rem; } .portfolio-grid { gap: 1.2rem; } } /* typography paper style */ h1

.section-title { font-size: 2rem; margin-bottom: 1rem; position: relative; display: inline-block; } .section-title:after { content: ''; position: absolute; bottom: -8px; left: 0; width: 60%; height: 2px; background: #e2cf9e; }