/*
Theme Name: Light Post Literacy
Theme URI: https://drsonyamosely.com
Author: Light Post Literacy and Educational Consulting, LLC
Author URI: https://drsonyamosely.com
Description: Custom WordPress theme for Light Post Literacy and Educational Consulting, LLC. Fully dynamic with ACF Pro integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: lightpost-literacy
Tags: one-page, education, custom-colors, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* --- CSS Custom Properties --- */
:root {
  color-scheme: light;
  --ink: #171523;
  --text: #3f4148;
  --muted: #686b73;
  --paper: #ffffff;
  --soft: #f7fbf6;
  --green: #1fac05;
  --green-dark: #168603;
  --forest: #28613a;
  --gold: #ffdc4f;
  --orange: #ff7a00;
  --pink: #e91a83;
  --teal: #008b92;
  --line: #e7e8ec;
  --shadow: 0 24px 70px rgba(23,21,35,.12);
  --radius: 8px;
  --max: 1120px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(31,172,5,.36);
  outline-offset: 3px;
}
img { max-width: 100%; height: auto; display: block; }
