/*
Theme Name: Laxora
Theme URI: https://laxora.com/
Author: TerraX Studio
Author URI: https://terraxstudio.com/
Description: Laxora is an elegant, dark-themed luxury chauffeur-service WordPress theme. Fully compatible with Elementor (Free) for visual editing. Includes a curated fleet showcase, multi-section homepage, and refined typography (Cormorant Garamond + Inter).
Version: 1.0.7
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laxora
Tags: dark, one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, elementor, luxury, business
*/

/* Base styles — most layout & component styles live in /assets/css/laxora.css */

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  background-color: #0B0C10;
  color: #E5E5E5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link.screen-reader-text:focus {
  background-color: #C5A059;
  color: #0B0C10;
  clip: auto;
  clip-path: none;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 12px;
  line-height: normal;
  padding: 12px 18px;
  position: absolute;
  top: 12px;
  text-decoration: none;
  width: auto;
  z-index: 99999;
}
