/* Voxturr theme — small scoped front-end styles (theme.json handles tokens). */

/* Footer link lists: clean (no underline), underline on hover. */
.footer-links { list-style: none; margin: 0; }
.footer-links a { text-decoration: none; opacity: 0.85; transition: opacity 0.15s ease; }
.footer-links a:hover { opacity: 1; text-decoration: underline; }

/* Header navigation: no underline, subtle hover. */
.wp-block-navigation a { text-decoration: none; }
.wp-block-navigation .wp-block-navigation-item__content:hover { color: var(--wp--preset--color--brand); }
