/*
Theme Name: PUCSL
Theme URI: https://www.pucsl.gov.lk/
Author: Arimac Digital
Author URI: https://www.arimac.digital/
Description: Custom WordPress theme for the Public Utilities Commission of Sri Lanka (PUCSL), built from the approved pucsl-web-master static design. The Home page is developed section by section as ACF Pro Flexible Content; global chrome (header mega menu, alert banner, footer) is ported 1:1 from the design's Tailwind components. See readme.txt for setup and next steps.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pucsl
Tags: custom-theme, government, one-column, two-columns, right-sidebar, accessibility-ready, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* -----------------------------------------------------------------------
 * This file intentionally holds only the theme header WordPress requires
 * to recognize the theme, plus a minimal reset. The real stylesheet lives
 * in assets/css/main.css (enqueued from functions.php) so it's easier to
 * work on once the actual design is ready to be applied.
 * ----------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
