/*
Theme Name: Blik
Description: Blik automagazine — Full Site Editing theme.
Author: hasoft
Version: 2.4
Requires at least: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blik
Tags: full-site-editing, block-patterns, custom-colors, editor-style, featured-images, news, blog, one-column
*/

/* ───────────────────────────────────────────────────────────────
   This file's main purpose is the theme header above (WordPress
   uses it to identify and label the theme). Everything visual
   lives in `assets/css/*.css` — start with `base.css` for tokens.
   ─────────────────────────────────────────────────────────────── */

/* Tiny global polish. Component styles live in assets/css/. */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: .1em;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

:where(pre) {
	overflow-x: auto;
}
