
/*
Theme Name: Connecticut Managed IT
Theme URI: https://ConnecticutManagedIT.com
Author: Connecticut Managed IT
Author URI: https://ConnecticutManagedIT.com
Description: A lightweight WordPress theme for an IT Managed Services provider specializing in small law offices. Uses Tailwind Play CDN for quick setup.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: connecticut-managed-it
*/
:root { --text:#111; --muted:#6b7280; --bg:#fafafa; }
html { scroll-behavior:smooth; }
body { color:var(--text); background:var(--bg); }
a { text-decoration:none; }
.container { max-width:80rem; margin:0 auto; padding-left:1.5rem; padding-right:1.5rem; }
.shadow-soft { box-shadow:0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
.rounded-3xl { border-radius:1.5rem; }
.rounded-2xl { border-radius:1rem; }
.border { border:1px solid rgba(0,0,0,.08); }
.bg-card { background:#fff; }
.text-muted { color:var(--muted); }
