/*
Theme Name: Slate & Sky
Theme URI: https://example.com/slate-sky
Author: wp-themes
Author URI: https://example.com
Description: Clean, modular WordPress theme on a white background using the Slate & Sky color scheme. Built section-by-section (header, hero, grids, testimonial, footer) for easy reuse and reskinning.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slate-sky
*/

/*
 * Styling is handled by Tailwind (CDN, prototype phase).
 * This file exists for the theme header above and any base CSS that
 * can't live in utility classes. Keep it minimal.
 */

/* Force FancyBox 2 PDF/iframe popup to 90% of screen */
/* FancyBox 2 PDF popup at 90%, no white gaps */
.fancybox-wrap {
  width: 90vw !important;
  height: 90vh !important;
  left: 5vw !important;
  top: 5vh !important;
}
.fancybox-wrap .fancybox-skin {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.fancybox-wrap .fancybox-outer,
.fancybox-wrap .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}
.fancybox-wrap .fancybox-iframe {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

