/*
Theme Name: Route to Dream
Theme URI: https://www.routetodream.com
Author: Route to Dream Adventure Tours
Author URI: https://www.routetodream.com
Description: Tema WordPress custom para a Route to Dream Adventure Tours — leve, sem dependência de plugins de terceiros, focado em performance e segurança.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Tested up to: 6.7
Text Domain: rtd
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@font-face {
	font-family: "Anton";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/anton-latin.woff2") format("woff2");
}

:root {
	/* Cores de marca — extraídas dos arquivos vetoriais reais do logo */
	--rtd-yellow: #ffda02;
	--rtd-yellow-dark: #e0bd00;
	--rtd-black: #231f20;

	/* Cores secundárias — aproximadas visualmente do material de marca (PDF),
	   sem hex oficial informado. Ajustar se o hex exato for confirmado. */
	--rtd-brown: #3e2a1e;
	--rtd-green: #1e3d2b;

	--rtd-white: #ffffff;
	--rtd-cream: #faf7f2;
	--rtd-gray: #5c5652;
	--rtd-gray-light: #e4e1dc;
	--rtd-border: #e4dfd6;

	--rtd-font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--rtd-font-heading: "Anton", var(--rtd-font-base);

	--rtd-container: 1200px;
	--rtd-radius: 6px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--rtd-font-base);
	color: var(--rtd-black);
	background: var(--rtd-white);
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

ul[class],
ol[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}

button,
input,
textarea,
select {
	font: inherit;
	color: inherit;
}

h1, h2, h3, h4 {
	font-family: var(--rtd-font-heading);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin: 0 0 0.5em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.screen-reader-text:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	background: var(--rtd-black);
	color: var(--rtd-white);
	z-index: 10000;
}
