/*
Theme Name: ArchtiX Interior & Architecture
Theme URI: https://archtix.com
Author: Ar. Akshay Varadai & ArchtiX Design Team
Author URI: https://archtix.com
Description: ArchtiX is a high-end luxury architecture and interior design WordPress theme featuring biophilic spatial geometry, custom post types for sanctuaries & portfolio projects, Lenis smooth scrolling, interactive inquiry modals, and press recognition showcases.
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: archtix
Tags: architecture, interior-design, luxury, portfolio, custom-post-types, responsive-layout, dark-mode, minimal
*/

/* Custom Fonts & Animations */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Inter:wght@100..900&family=JetBrains+Mono:wght@300;400;500;600&display=swap');

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #F4F3ED;
}
::-webkit-scrollbar-thumb {
  background: #7A522A;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #292522;
}

/* Selection Color */
::selection {
  background-color: #E3DDCE;
  color: #292522;
}
