/*
Theme Name: dauchantudo-theme
Theme URI: https://dauchantudo.com
Author: Dấu Chân Tự Do
Author URI: https://dauchantudo.com
Description: Warm editorial "Gallery Editorial" (Style C) WordPress theme for Dấu Chân Tự Do — a Tây Bắc trekking & experience operator. Ivory canvas, midnight-navy ink, brushed-brass gold accent, Lora + Inter (full Vietnamese diacritics), full-bleed alternating split panels. Bilingual (Vietnamese / English) and Elementor Pro compatible.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.9
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: dauchantudo-theme
Tags: custom-logo, full-width-template, elementor, travel, editorial, light

Dấu Chân Tự Do Theme © 2026
*/

/* Base reset — design tokens live in assets/css/tokens.css (Style C),
   with safe fallbacks below so the theme renders before tokens load. */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{
	margin:0;padding:0;
	font-family:var(--sans,'Inter',Arial,sans-serif);
	font-size:15px;line-height:1.8;
	color:var(--taupe,#6F685F);
	background-color:var(--atmo0,#F6F1E8);
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
h1,h2,h3,h4,h5,h6{
	font-family:var(--serif,'Lora','Playfair Display',Georgia,serif);
	font-weight:500;line-height:1.15;letter-spacing:-.005em;
	color:var(--ink1,#071B2E);margin-top:0;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--ink1,#071B2E);text-decoration:none}
ul,ol{list-style:none;margin:0;padding:0}
button,input,textarea,select{font-family:inherit;font-size:inherit}
