/*
Theme Name: PSTC Power Solution
Author: PSTC
Description: Custom corporate theme for Power Solution Trading Company. Header/footer provided globally; page bodies are pasted as raw HTML.
Version: 1.0
Requires at least: 5.8
*/

/* Minimal reset so WP defaults don't fight the custom design */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
