/*
Theme Name: GrowthCap Forum
Theme URI: https://growthcapforum.com/
Author: GrowthCap
Author URI: https://growthcapforum.com/
Description: Production-ready WordPress classic theme for GrowthCap Forum featuring pixel-perfect Landing and Library templates, custom Cormorant Garamond & Inter typography, and zero third-party dependencies.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growthcap
Tags: custom-header, custom-menu, featured-images, full-width-template, translation-ready
*/

@import url("assets/css/growthcap-style.css");

/* WordPress Core Alignment & Utility Fallbacks */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 1.5em 1.5em; }
.alignleft { float: left; margin: 0 1.5em 1.5em 0; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.wp-caption { max-width: 100%; margin-bottom: 1.5em; text-align: center; }
.wp-caption-text { font-size: 0.75rem; color: hsl(var(--muted-foreground)); margin-top: 0.5rem; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
