/*
Theme Name: Experience Hub
Theme URI: https://experiencehub.lk
Author: Experience Hub Team
Author URI: https://experiencehub.lk
Description: A lightweight, modern, and ultra-fast custom WordPress theme for Sri Lanka Safaris, Luxury Stays, and Wilderness Experiences. Built natively without ACF Pro.
Version: 1.0.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: experience-hub
*/

/* Core Theme Custom Properties */
:root {
  --color-primary: #012d1d;
  --color-primary-container: #1b4332;
  --color-on-primary: #ffffff;
  --color-on-primary-container: #86af99;
  --color-secondary: #924c00;
  --color-secondary-container: #fda055;
  --color-on-secondary: #ffffff;
  --color-on-secondary-container: #703800;
  --color-surface: #f4fafd;
  --color-surface-container: #e8eff1;
  --color-surface-container-low: #eef5f7;
  --color-surface-container-high: #e2e9ec;
  --color-surface-container-highest: #dde4e6;
  --color-surface-container-lowest: #ffffff;
  --color-on-surface: #161d1f;
  --color-on-surface-variant: #414844;
  --color-outline: #717973;
  --color-outline-variant: #c1c8c2;
  --font-headline: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: var(--color-surface);
  color: var(--color-on-surface);
  font-family: var(--font-body);
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
