/*
Theme Name: WP Invoice
Theme URI: https://invoice.3dfilamentshop.in
Author: 3D Filament Shop
Author URI: https://invoice.3dfilamentshop.in
Description: Full-featured GST Invoice Generator application theme for WordPress. Provides interactive invoice creation, GST tax calculation, HSN code support, client manager, and high-resolution PDF download.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-invoice
Tags: invoice, gst, web-app, full-width-template
*/

html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #f8fafc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Offset for WordPress Admin bar if logged in */
body.admin-bar {
  margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px !important;
  }
}
