/*
Theme Name: Let's Call Mark
Theme URI: https://letscallmark.com
Author: Let's Call Mark
Description: Site-specific theme for Let's Call Mark. Holds the categories/listings/custom-fields functionality built for this site directly. NOT the resellable/white-label version — that logic lives separately in the lcm-core plugin, currently on hold.
Version: 0.1.0
Text Domain: lcm-theme

This file's CSS rules are minimal on purpose — most of the site's existing
visual design lives in page content (Custom HTML blocks) built earlier,
not in theme templates. This stylesheet just supplies safe, unobtrusive
base styling so the site isn't unstyled the moment the theme activates.
*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
	margin: 0;
}

.site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

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