/*
Theme Name: Aloha Shaka
Theme URI: https://alohashaka.com
Author: Aloha Shaka
Author URI: https://alohashaka.com
Description: Custom WordPress theme for Aloha Shaka — Home & Window Cleaners in Honolulu, serving all of Oahu. Fully responsive.
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: aloha-shaka
*/

/* The compiled theme styles live in /assets/css/main.css and are enqueued in functions.php.
   This file carries the WordPress theme header and the base reset below. */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--navy);
	background: #ffffff;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

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

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	color: var(--navy);
	line-height: 1.15;
	margin: 0 0 .5em;
	font-weight: 700;
}

ul, ol { margin: 0; padding: 0; }

button { font-family: inherit; cursor: pointer; }
