/*
Theme Name: Hawaii Inter-Island Tours
Author: Makana
Description: Custom WordPress theme for Hawaii Inter-Island Tours - seamless inter-island day trips with air travel included. Fully responsive.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hawaii-inter-island-tours
*/

*, *::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(--ink); background: #fff; 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(--green-dark); line-height: 1.18; margin: 0 0 .5em; font-weight: 600; }
ul, ol { margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
