/*
Theme Name: Voguish Designs
Theme URI: https://voguishdesigns.com
Author: Voguish Designs
Author URI: https://voguishdesigns.com
Description: Custom theme for Voguish Designs — an architectural visualization studio. Built to preserve the approved editorial/architectural design 1:1, with content (services, portfolio, testimonials, client logos, contact details, hero, CTAs, footer, SEO) editable inside WordPress via custom post types and fields. Premium navy + neutral palette, Source Serif 4 headings, Archivo body.
Version: 1.9.4
Requires at least: 6.0
Tested up to: 6.6
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: voguish-designs
*/

/*
  Note: The full design stylesheet is loaded from assets/css/main.css
  (enqueued in functions.php). This file exists to identify the theme to
  WordPress and to hold the design tokens as CSS custom properties.
*/

:root {
  /* Brand palette (approved) */
  --vd-website-navy: #2F4964;   /* secondary navy fills */
  --vd-deep-navy:    #0B1D33;   /* darkest backgrounds: header / footer / CTA */
  --vd-charcoal:     #1E1E1E;   /* primary text */
  --vd-silver:       #A6A8AD;   /* muted / secondary text on dark */
  --vd-light-gray:   #E6E7E9;   /* hairline borders / light fills */
  --vd-white:        #FFFFFF;

  /* Typography */
  --vd-font-heading: "Source Serif 4", Georgia, "Times New Roman", serif;
  --vd-font-body:    "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Layout */
  --vd-maxw: 1280px;
  --vd-gutter: clamp(1.25rem, 4vw, 3rem);
  --vd-breakpoint-nav: 900px; /* mobile hamburger below this width */
}
