/*
Theme Name: SeoDalat Homestay Booking System
Theme URI: https://seodalat.com/
Author: Antigravity & SEODALAT
Author URI: https://seodalat.com/
Description: Theme chuyên biệt cho hệ thống đặt phòng khách sạn, homestay với phong cách Traveloka hiện đại, mềm mại, tông xanh tươi sáng, tương thích 100% shortcodes và REST API.
Version: 1.9.7
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: seodalat-booking
Tags: travel, hotel, homestay, booking, responsive-layout, traveloka-style, soft-ui
*/

html, :root {
	font-size: clamp(16px, 1.2vw + 12px, 18px) !important;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Arial, Helvetica, sans-serif !important;
}

*, *::before, *::after {
	box-sizing: inherit;
	font-family: Arial, Helvetica, sans-serif !important;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100% !important;
	line-height: 1.5;
	color: #1c1c1e;
	background-color: #f2f3f3;
	font-family: Arial, Helvetica, sans-serif !important;
	overflow-x: hidden;
	max-width: 100vw;
}

input, button, select, textarea, optgroup {
	font-family: Arial, Helvetica, sans-serif !important;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	max-width: 100%;
}

a {
	color: #0194f3;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #007ce8;
}

button, input, select, textarea {
	font-size: 1rem !important;
}
