/*
Theme Name: Estrella Medical Transport
Theme URI: https://www.estrellamedicaltransport.com
Author: Estrella Medical Transport LLC
Author URI: https://www.estrellamedicaltransport.com
Description: A custom WordPress theme for Estrella Medical Transport LLC — a Registered Nurse-owned non-emergency medical transportation company serving Houston, Galveston, Texas City, and the Gulf Coast Texas region. Features a modern single-page design with navy blue and gold branding.
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: estrella-medical-transport
Tags: one-page, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready
*/

/* Import main stylesheet */
@import url('assets/css/custom.css');

/* =============================================
   BASE RESET — additional normalization beyond
   what WordPress already provides
   ============================================= */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
