/*
Theme Name: Threads & Trend
Theme URI: https://threadsandtrend.com
Author: Commercified Tech
Author URI: https://commercifiedtech.com
Description: A bold black-and-red WordPress theme built for the Threads & Trend fashion brand. WooCommerce-ready, with a full-bleed hero, angled section dividers echoing the T&T mark, and a streetwear-grade product grid. "Style is temporary. Trend is forever."
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: threadsandtrend
Tags: black, red, e-commerce, woocommerce, fashion, custom-logo, custom-menu, one-column

Threads & Trend WordPress Theme, (C) 2026 Commercified Tech
Threads & Trend is distributed under the terms of the GNU GPL.
*/

/* ==========================================================================
   DESIGN TOKENS
   -------------------------------------------------------------------------
   Palette pulled directly from the T&T mark: near-black ground, the two
   brand reds (a hot signal red for CTAs, a deeper blood red for depth),
   bone white for type, and a low steel gray for secondary text.
   Display face: Anton (condensed, aggressive, matches the angled T's).
   Body face: Poppins (clean geometric sans, keeps long copy legible
   against a maximalist black/red frame).
   ========================================================================== */

:root {
  --tt-black: #0a0a0a;
  --tt-black-soft: #141414;
  --tt-black-card: #191919;
  --tt-red: #e2151b;
  --tt-red-dark: #8f0d11;
  --tt-white: #f5f5f2;
  --tt-gray: #8f8f8f;
  --tt-line: #2a2a2a;

  --tt-font-display: 'Anton', 'Arial Narrow', sans-serif;
  --tt-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;

  --tt-radius: 2px;
  --tt-container: 1280px;
  --tt-header-h: 84px;
}

/* This file intentionally holds only the required theme header + tokens.
   All layout/component CSS lives in assets/css/main.css and is enqueued
   via functions.php, keeping style.css fast to parse for WP's theme
   directory scan while the real stylesheet stays cache-friendly. */
