/*
Theme Name: Lecalme
Theme URI: https://example.com/lecalme-theme/
Author: Cline (AI Software Engineer)
Author URI: https://example.com/
Description: Custom WordPress theme for Lecalme, converted from a static HTML site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lecalme
Tags: custom-theme, static-conversion

This theme was generated based on the Lecalme static website.
*/

/* Add global styles here, or import other stylesheets. */
/* For now, this will be minimal. Specific page styles like contact.css will be enqueued. */

body {
    margin: 0;
    font-family: sans-serif; /* Awaiting specific font details from original CSS */
}
