/*
Theme Name: Durashield Starter Theme
Theme URI: https://durashield.co.ke
Author: George Mukiri
Author URI: https://durashield.co.ke
Description: A modern starter theme for Durashield Ltd, compatible with Woodmart and Elementor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: durashield
Template: woodmart
Tags: elementor, woodmart, modern, coatings, odoo
*/

/* Base theme styles */
body {
  font-family: 'Lato', sans-serif;
  color: #001F3F;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #001F3F;
}

.btn-primary {
  background-color: #007BFF;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
