/*
Theme Name: Katya Creates Photo
Theme URI: https://katyacreatesphoto.com
Author: CodeBridge Studio
Author URI: https://codebridgestudio.com
Description: Custom theme for Katya Creates Photo.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: katya-creates-photo
*/

/*
  WPForms location-guide overrides: assets/wpforms-location-guide.css
*/

/*
  Minimal CSS fallback. Main visual styles are Tailwind utility classes
  rendered in templates to mirror the existing design system quickly.
*/

/*
 * Pairs with assets/image-guard.js.
 * pointer-events: none — right-click hits parent (link/button/div), not the <img>,
 * so "Save image as…" usually does not appear. Lightbox #lightbox-img is outside main.
 */
main img,
header img,
footer img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}
