/*
Theme Name: Neotext
Description: Clean, minimal WordPress block theme with consistent link styling
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neotext
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6, caption, figcaption, blockquote, p {
	max-width: 65ch;
}

/* ==========================================================================
   LINKS
   ========================================================================== */

a {
	text-decoration-thickness: 2px !important;
	text-underline-offset: 0.1em;
}

/* ==========================================================================
   TEXT SELECTION
   ========================================================================== */

   ::selection {
      background-color: var(--wp--preset--color--surface-brand-primary);
      color: var(--wp--preset--color--text-brand-on-brand);
   }
   
   ::-moz-selection {
      background-color: var(--wp--preset--color--surface-brand-primary);
      color: var(--wp--preset--color--text-brand-on-brand);
   }