/*
Theme Name: Atlanta Ventures
Theme URI: https://atlantaventures.com
Author: Atlanta Ventures
Author URI: https://atlantaventures.com
Description: Custom WordPress theme for Atlanta Ventures, built from the 2026 site rebuild. Pulls portfolio companies, sectors, events, blog posts, news, and resources from custom post types so the team can manage content from the WP admin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: atlanta-ventures
*/

:root {
  --blue: #2584c5;
  --blue-dark: #1a6aa0;
  --blue-pale: #e8f4fc;
  --orange: #f07830;
  --dark: #10141f;
  --white: #fcfcfc;
  --gray: #6b7280;
  --border: rgba(16, 20, 31, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; background: var(--white); color: var(--dark); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.alignleft { float: left; margin-right: 1em; }
.alignright { float: right; margin-left: 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
  word-wrap: normal !important;
}
