/*
Theme Name: Home Care Service
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A modern WordPress theme for home care services.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-care-service
*/

/* Base styles and resets */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Ensure proper rendering */
html {
    scroll-behavior: smooth;
}

/* Utility classes */
.site-main {
    min-height: 100vh;
}

.entry-header {
    margin-bottom: 1.5rem;
}

.entry-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: rgb(31 41 55);
}

.entry-content {
    max-width: none;
}

.bg-care-accent {
    background-color: rgb(253 232 176);
}