/*
Theme Name: BDLawSource
Theme URI: https://bdlawsource.com
Author: BDLawSource Associates
Author URI: https://bdlawsource.com
Description: A classic WordPress theme for BDLawSource Associates — trusted legal solutions powered by expertise and assisted by AI. Includes Practice Area, Lawyer and Partner Logo post types, a full theme customizer, and a native contact form.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bdlawsource
Tags: custom-menu, custom-logo, featured-images, theme-options, translation-ready

BDLawSource is distributed under the terms of the GNU GPL v2 or later.
*/

/* Minimal reset. All real styling lives in assets/css/style.css so the
   editor preview (which only loads this file) still looks reasonable. */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #2b2f38;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}
