/*
Theme Name: Aegis Greenhouse Theme
Theme URI: https://www.aegisgreenhouse.com/
Author: OpenAI Codex
Description: WordPress theme converted from the Aegis Greenhouse static site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: aegis-greenhouse-theme
*/

.aegis-entry-content {
  color: inherit;
}

.aegis-entry-content > * + * {
  margin-top: 1.25rem;
}

.aegis-entry-content h2,
.aegis-entry-content h3,
.aegis-entry-content h4 {
  color: inherit;
  font-weight: 800;
  line-height: 1.2;
}

.aegis-entry-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.aegis-entry-content h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.aegis-entry-content p,
.aegis-entry-content li {
  color: oklch(0.43 0.02 162);
  font-size: 1rem;
  line-height: 1.8;
}

.aegis-entry-content ul,
.aegis-entry-content ol {
  padding-left: 1.25rem;
}

.aegis-entry-content img {
  border-radius: 0.75rem;
}

.aegis-entry-content blockquote {
  border-left: 4px solid oklch(0.58 0.11 160);
  margin: 1.5rem 0;
  padding: 0.25rem 0 0.25rem 1rem;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
