* Club: fix mobile menu font size
* Club: lowercase navigation items
* Club: global reduce letter-spacing
* Club: adding submenu arrow icon
* Club: making arrow icon color customizable with theme.json
* Club: removing text-decoration-thickness from theme.json because webkit browsers are not compatible with text-decoration shorthand syntax
* Revert "Club: removing text-decoration-thickness from theme.json because webkit browsers are not compatible with text-decoration shorthand syntax"
This reverts commit 39b0708135.
* Club: removing text-decoration-thickness from theme.json because webkit browsers are not compatible with text-decoration shorthand syntax
* Club: adding !important text-decoration-thickness declaration to apply to all the link elements in the page. Otherwise the browser defaults to auto
* Club: fix site title decoration thickness
* Club: fixing line-height of h1 and h2 elements
* Club: fixing size of post and page titles
* Club: post comment form submit button font size update
* Club; pagination links font size
* Club: Remove the underline from query pagination and post navigation blocks
* Club: removing double underline from reply comment link
* Club: changing line-height of the footer elemetns
* Club: same font size for comment meta and content
* Club: using post list pattern in search template
* Club: removing unused template part
* Club: search form styles
* Club: search form layout full width
* Club: post list pattern: moving spacer below the pagination
* Club: move search block to a pattern
* Club: implementing header template part
* Club: adding custom styles for navigation block
* Club: fix navigation menu open in mobile
* Club: removing not needed CSS targeting Navigation block annd replacing it with block configurarion
* Club: adding styles for navigation links interactive states
* Club: fixing typo
* Move button styles from CSS to theme.json
* Move comments button styles to theme.json
* Move footer gap styles to theme.json
* Disable wp-block-styles
* Tweak footer column gap size
* Enable wp-block-styles again
* Add search and file button CSS back
* Fix merge conflicts
* Move uppercase to core/button
* Remove duplicate button element settings
* Move text transform back to button element
* Reduce vertical gap in footer nav
* Fix normal font size ref
* Remove more CSS
* Fix indentation
* Second attempt at fixing indentation
* Club: changing fontsize guide removing custom font size and adding it to the default fontsizes array
* Club: set medium font size as default. Remove ad-hoc default font size definition
* lock post-content and the containing group blocks to not allow remove option without unlocking
* Added a few missing locks
Co-authored-by: Jason Crist <jcrist@pbking.com>