/*
Theme Name: City of Los Angeles Community Forum
Theme URI: https://cityoflosangeles.org
Author: Kip
Description: Resident-run neighborhood directory for Los Angeles. Every neighborhood is a Famewall-powered review page, built by and for residents. Ported from the cityoflosangeles.org static design.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: coла
*/

/* Base resets shared by every template. Page-specific visual CSS lives inline
   in header.php, scoped by body class, to keep the homepage's dark theme and
   the neighborhood pages' light theme from colliding — same pattern as the
   original static build (each page carried its own <style> block). */

*{box-sizing:border-box;}
body{margin:0; font-family:'Nunito Sans',ui-sans-serif,system-ui,sans-serif;}
img{max-width:100%; display:block;}
a{text-decoration:none;}
.screen-reader-text{position:absolute; left:-9999px;}
