/*
Theme Name:  SecondFyre
Theme URI:   https://secondfyre.com
Author:      Whitney
Author URI:  https://secondfyre.com
Description: The official SecondFyre brand theme. Dark, editorial, fire-accented. Built for Elementor. Midlife is not a decline — it is a second ignition.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: secondfyre
Tags:        blog, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, elementor
*/

/* ─────────────────────────────────────────────────────────────
   SECONDFYRE THEME — Global Resets & Variables
   All heavy styling is in assets/css/theme.css
   This file satisfies WordPress theme requirements only.
───────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #0E0F1A;
  color: #E8E0D4;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: #C1440E; }

/* Screen reader text */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute;
  width: 1px; word-wrap: normal !important;
}
