/*
Theme Name: Pro Speedy Plumbers
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');

* { 
    box-sizing: border-box; 
}
body { 
    font-family: 'Montserrat', Arial, sans-serif; 
    margin: 0; 
    padding: 0; 
    background: #fff; 
    color: #333; 
}

/* All other styles are now inline in index.php for simplicity and full control.
   You can move additional custom CSS here if needed in the future. */