/*
Theme Name: Kava Shots
Theme URI: https://example.com/kava-shots
Author: Kava Shots Desk
Author URI: https://example.com
Description: An editorial, Elementor-native theme for the Kava Shots guide. Every page, post, header and footer is built from core Elementor widgets — no shortcodes and no raw-HTML widgets — with responsive settings baked in at every breakpoint.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kava-shots
Tags: elementor, blog, editorial, one-column, two-columns, custom-menu, featured-images, translation-ready
*/

/* Base reset. The visual design lives in assets/css/theme.css, which is
   enqueued after Elementor so it can layer on top of the builder output. */

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

body {
  margin: 0;
  background: #efebdd;
  color: #12241c;
  font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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