/*
Theme Name: LayoffLink
Author: LayoffLink
Description: Custom theme for the LayoffLink career-recovery platform. Every page (homepage, Gate A/B/C onboarding, candidate/referrer/recruiter dashboards, privacy/terms) is a fully self-styled page template — this stylesheet is intentionally minimal because each template carries its own embedded CSS, exactly as it did as a standalone HTML build.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: Proprietary — internal use only
Text Domain: layofflink
*/

/* Intentionally minimal. Each page template (front-page.php, template-*.php) is fully
   self-contained with its own inline <style> block, matching the original static-HTML
   build. This file exists to satisfy WordPress's theme requirements and is enqueued
   by functions.php, but carries no rules of its own beyond a safe box-sizing reset. */
*, *::before, *::after { box-sizing: border-box; }
