/*
Theme Name: PuffRush
Theme URI: https://example.com/puffrush
Author: Custom Build
Author URI: https://example.com
Description: A fast, premium dark-themed landing/store theme for a local vape delivery service. WooCommerce-ready, includes an age-verification gate, hero video, scrolling marquees, product tabs, feature cards and testimonials. Recreates the PuffRush layout.
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: puffrush
*/

/* The real styling lives in assets/css/main.css (enqueued in functions.php).
   This file only needs the header above to register the theme. Base resets below. */

:root{
  --pr-bg:#0a0a0c;
  --pr-bg-2:#111116;
  --pr-card:#16161d;
  --pr-line:rgba(255,255,255,.08);
  --pr-text:#f4f4f6;
  --pr-muted:#9a9aa5;
  --pr-accent:#bedc0a;        /* PuffRush lime (sampled from logo) */
  --pr-accent-2:#d2e60a;      /* brighter lime for hover/highlights */
  --pr-accent-ink:#0a0a0c;    /* text/icon color that sits ON the lime */
  --pr-radius:18px;
  --pr-max:1240px;
  --pr-font:"Jost",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --pr-head:"Anton","Jost",system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--pr-bg);color:var(--pr-text);font-family:var(--pr-font);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
