/*
Theme Name: Wishey Tour Theme
Theme URI: https://wishey.tech
Author: Wishey Labs
Author URI: https://wishey.tech
Description: Premium, production-grade spiritual and pilgrimage travel WordPress theme powered by Wishey Labs API platform.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
License URI: https://wishey.tech/licenses
Text Domain: wishey-tour
Tags: travel, pilgrimage, spiritual-tourism, tour-operator, e-commerce, custom-colors, responsive-layout, translation-ready

wishey-tour-theme is the official theme foundation for Wishey Labs pilgrimage travel operators.
*/

/* Reset & foundational layout rules that must be available immediately */
*, *::before, *::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  line-height: inherit;
}
