/*
Theme Name: What The Tech
Theme URI: https://www.whatthetech.info/
Author: What The Tech
Description: A fast, dark, editorial block theme for What The Tech — tech news on product releases and their continued development. Includes reusable block patterns for hero, text blocks, category tiles and a six-post homepage grid.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whatthetech
Tags: blog, news, block-patterns, full-site-editing, three-columns, custom-colors, editor-style, featured-images, block-styles, wide-blocks
*/

/* Block theme styles live in theme.json. Only small extras belong here. */

.wtt-card { transition: transform .25s ease, box-shadow .25s ease; }
.wtt-card:hover { transform: translateY(-4px); }
.wtt-card figure img { transition: transform .4s ease; }
.wtt-card:hover figure img { transform: scale(1.04); }
.wtt-eyebrow { letter-spacing: .18em; text-transform: uppercase; }
.wtt-hero { position: relative; }
