/**
 * Theme Name: torounit 2026
 * Requires at least: 6.9
 * Tested up to: 6.9
 * Requires PHP: 8.0
 * Version: 0.2.2
 * Author: torounit
 * Author URI: https://torounit.com
 * Description: A WordPress theme for torounit 2026.
 * GitHub Theme URI: https://github.com/torounit/torounit-2026
 * Primary Branch: main
 */

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
 */
.more-link {
	display: block;
}

:root {
	font-size: clamp(1rem, -249rem + 400vw, 1.25rem);
}