/*
Theme Name:  Rotaract Makati
Theme URI:   https://rotaractmakati.org/
Author:      Lance
Author URI:  https://rotaractmakati.org/
Description: Custom WordPress theme for the Rotaract Club of Makati. A marketing/informational site with a first-class blog powered by native WordPress Posts, so club members can publish from the dashboard with zero code. Styling is Tailwind CSS compiled to a single static stylesheet — no Node.js required on the server.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rotaract-makati
Tags:        blog, custom-logo, custom-menu, featured-images, translation-ready, three-columns, right-sidebar
*/

/*
 * ---------------------------------------------------------------------------
 * NOTE
 * ---------------------------------------------------------------------------
 * This file exists so WordPress can identify the theme. All real styling lives
 * in assets/css/main.css, which is the compiled Tailwind output (see README).
 *
 * Only a tiny safety net lives here, so the site is never completely unstyled
 * if the compiled CSS is missing after an upload.
 */

body {
	margin: 0;
	font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
