/*
Theme Name: Electric Horse
Theme URI: https://example.com
Author: Keith
Author URI: https://example.com
Description: Custom WordPress theme for Electric Horse site
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: electric-horse
*/

body {
  margin: 0;
  font-family: 'Lexend', 'Poppins', sans-serif;
  background: #fff;
  color: #222;
}

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