/*
Theme Name: Dogbeds
Theme URI: https://dogbeds.com
Author: Your Name
Author URI: https://mostlymarketing.co.uk
Description: A modern and professional WordPress theme for medical clinics and healthcare providers.
Version: 1.1.1 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dogbeds
Tags: medical, healthcare, clinic, responsive, modern
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
}