/*
Theme Name: BacklinkTower
Theme URI: https://backlinktower.com
Author: BacklinkTower
Author URI: https://backlinktower.com
Description: A modern block theme for BacklinkTower — fast, accessible, and distinctive.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: backlinktower
Tags: full-site-editing, block-patterns, block-styles, wide-blocks, custom-colors, custom-fonts, editor-style
*/

/* Progressive enhancement — minimal rules only */

/* Smooth scroll for anchor links */
html {
	scroll-behavior: smooth;
}

/* Better text rendering */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* Prevent orphans in headings */
h1, h2, h3, h4 {
	text-wrap: balance;
}

/* Prevent orphans in paragraphs */
p {
	text-wrap: pretty;
}

/* Focus visible for keyboard navigation */
:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
}

:focus:not(:focus-visible) {
	outline: none;
}
