/*
Theme Name: DichLaChuan
Theme URI: https://dichlachuan.com/
Author: Toan Be
Author URI: https://dichlachuan.com/
Description: Theme WordPress full giao dien DichLaChuan, gom trang chu, cong cu dich, Store va trang gioi thieu.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: dichlachuan
*/

:root {
	--muted: #526f6d;
}

[data-theme="dark"] {
	--muted: #c2d8d5;
}

.home-hero .hero-copy p,
.about-hero .hero-copy p,
.luxury-banner p,
.translate-hero-copy p,
.home-hero .trust-row,
.hero-scroll,
.premium-footer a,
.premium-footer p,
.premium-footer .footer-bottom,
.team-section .section-head p,
.founder-section p,
.founder-profile p {
	color: rgba(248, 252, 255, .88);
}

.section-head p,
.feature p,
.timeline p,
.product-card p,
.audience-card p,
.partner p,
.file-meta,
.drop-zone p,
.limit,
.progress-label,
.translator-mode,
.catalog-intro p,
.manifesto-copy p,
.principle-card p,
.human-service-grid p,
.ocr-auto p,
.image-translate-head p {
	color: var(--muted);
}

.catalog-shell,
.resort-shell,
.translate-card,
.checkout-card,
.partner,
.product-card,
.feature,
.audience-card {
	color: var(--ink);
}

.btn:focus-visible,
.icon-btn:focus-visible,
.filter:focus-visible,
.translator-tab:focus-visible,
textarea:focus-visible,
input:focus-visible {
	outline: 3px solid rgba(91, 201, 191, .42);
	outline-offset: 3px;
}

img {
	max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
