/*
Theme Name: JL Brickwork
Theme URI: https://example.com
Author: Your Name
Description: Custom WordPress theme for JL Brickwork.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jl-brickwork
Tags: custom-logo, responsive-layout, construction, business
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    background: #fff;
}

.site-header,
.site-footer {
    background: #03152d;
    color: #fff;
    padding: 20px 40px;
}

.site-header a,
.site-footer a {
    color: #fff;
}
