/*
Theme Name: InvoiceGenerator
Theme URI: https://invoicegenerator.org.uk
Author: InvoiceGenerator
Description: Companion theme for the InvoiceGenerator plugin (invoicegenerator.org.uk). The plugin renders its own pages (the invoice tool, the 10 UK invoice-template pages, legal pages, the member backoffice) completely independently of this theme. This theme only renders what the plugin does not: the Guides (blog) archive and single guide posts, using the same header/footer and colours as the plugin so the two feel like one site. If the plugin is inactive, the theme falls back to its own minimal header/footer.
Version: 1.1.0
Text Domain: invoicegenerator
Requires PHP: 7.4
*/

/* Minimal fallback styling only — when the InvoiceGenerator plugin is
   active, its own stylesheet (with the --igp-* variables) is enqueued
   by functions.php and provides the real design system. This block
   exists purely so the theme still looks acceptable if the plugin is
   ever deactivated. */
:root {
  --igp-primary: #0EA968;
  --igp-primary-dark: #0C8A50;
  --igp-primary-soft: #E6F7EF;
  --igp-ink: #101828;
  --igp-body: #475467;
  --igp-line: #E4E7EC;
  --igp-surface: #FFFFFF;
  --igp-surface-soft: #F8FAFC;
  --igp-radius: 14px;
}
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--igp-ink); background: var(--igp-surface); }
a { color: var(--igp-primary-dark); }
.igp-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
