/*
Theme Name: Nezlamni
Theme URI: https://www.instagram.com/unbroken.paraicehockey.lviv/
Author: Unbroken Para Ice Hockey Club
Author URI: https://www.instagram.com/unbroken.paraicehockey.lviv/
Description: WordPress theme for «Незламні» — Lviv Para Ice Hockey Club. Tactical mil-spec design: black, stencil, monospace, grid. Founded 2025. First para ice hockey club in Lviv.
Version: 1.0.0
Requires at least: 6.0
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: nezlamni
Tags: sports, ukrainian, para-hockey, dark, monospace, military
*/

/* Base reset — full design lives in assets/css/styles.css and assets/css/site.css */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* WordPress required alignment classes */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.alignwide  { width: 100%; }
.alignfull  { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; color: var(--mute); text-transform: uppercase; margin-top: 6px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
