/*
Theme Name: ENP Theme
Theme URI: https://helenfeddema.com/
Author: Helen Feddema
Author URI: https://helenfeddema.com/
Description: VBA Mastery Hub theme — Material Design 3 palette, Manrope/Inter typography. Built for programmatic Q&A, reference, and tools pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enp-theme
*/

/* Tailwind CDN supplies the bulk of styling. Keep only what code.html declares inline. */
body { font-family: 'Inter', sans-serif; }
.font-manrope { font-family: 'Manrope', sans-serif; }
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Prose rescue for generated Q&A answer blocks (tailwind forms/container-queries only). */
.enp-prose p { margin-bottom: 1rem; line-height: 1.65; }
.enp-prose ul, .enp-prose ol { margin-bottom: 1rem; padding-left: 1.25rem; }
.enp-prose ul { list-style: disc; }
.enp-prose ol { list-style: decimal; }
.enp-prose li { margin-bottom: 0.35rem; }
.enp-prose pre { background: #303031; color: #f2f0f0; padding: 1.25rem; border-radius: 0.5rem; overflow-x: auto; font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.875rem; line-height: 1.6; margin: 1.25rem 0; }
.enp-prose code { background: #e9e8e7; padding: 0.125rem 0.35rem; border-radius: 0.25rem; font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.9em; }
.enp-prose pre code { background: transparent; padding: 0; color: inherit; font-size: inherit; }
.enp-prose a { color: #005faa; text-decoration: underline; }
.enp-prose h2 { font-family: 'Manrope', sans-serif; font-size: 1.5rem; font-weight: 700; margin: 2rem 0 0.75rem; color: #1b1c1c; }
.enp-prose h3 { font-family: 'Manrope', sans-serif; font-size: 1.125rem; font-weight: 700; margin: 1.5rem 0 0.5rem; color: #1b1c1c; }
.enp-prose blockquote { border-left: 3px solid #005faa; padding-left: 1rem; color: #404752; margin: 1rem 0; }
.enp-prose img { max-width: 100%; height: auto; border-radius: 0.5rem; }
