/*
Theme Name: Boral Foundation
Theme URI: https://boralfoundation.org
Author: Boral Foundation
Author URI: https://boralfoundation.org
Description: Official theme for Boral Foundation — a premium, trustworthy, mobile-first platform for membership, donations, volunteering and democratic board elections. Bilingual (Bangla/English) design system built around a refined green + gold identity.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: boral
Tags: nonprofit, ngo, membership, donation, election, custom-colors, custom-menu, translation-ready, block-styles

Boral Foundation. All rights reserved.
*/

/* Minimal reset — full design system lives in assets/css/*.css (enqueued via functions.php) */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
