/*
Theme Name: Folio
Theme URI: https://example.com/folio
Author: Folio
Author URI: https://example.com
Description: A modern, project-aware accounting and bookkeeping interface designed for freelance AV pros, IT consultants, and business advisors. Includes a marketing landing page (set as your homepage automatically) and a "Folio App" page template that loads a full interactive prototype with dashboard, invoices, customers, time tracking, projects, reports, and payroll screens.
Version: 1.0.0
Tested up to: 6.5
Requires at least: 5.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: folio
Tags: business, portfolio, accounting, custom-colors, custom-menu, full-width-template, one-column, theme-options
*/

/* WordPress requires this file. The actual styles are inlined in each template
   to keep the design self-contained and prevent theme conflicts. */

/* Hide admin bar so it doesn't break the design */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }

/* Default body reset in case index.php fallback renders */
body.folio-fallback {
  margin: 0;
  background: #faf8f3;
  font-family: Georgia, serif;
  color: #29251f;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
