
/*
Theme Name: EasyLease OnePage
Theme URI: https://easylease.ky/
Author: Bitwise Software
Author URI: https://bitwisesoftware.rs/
Description: Custom built one-page WordPress theme for EasyLease, a Cayman Islands car rental & leasing company. Optimized for Elementor and hero layout with car image.
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: easylease
*/

/* Base resets */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #222;
}

a {
  color: #f4a300;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header,
.site-footer {
  font-family: inherit;
}
