/*
Theme Name: BestThailandHoneymoon
Theme URI: https://bestthailandhoneymoon.com
Description: GeneratePress child theme for BestThailandHoneymoon — a Thailand honeymoon affiliate site. Modern, fast, mobile-first.
Author: BestThailandHoneymoon
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bestthailandhoneymoon
*/

:root{
  --bth-teal:#0d9488;
  --bth-teal-dark:#0f766e;
  --bth-teal-darker:#115e59;
  --bth-ink:#0f172a;
  --bth-body:#334155;
  --bth-muted:#64748b;
  --bth-bg:#ffffff;
  --bth-bg-soft:#f0fdfa;
  --bth-bg-alt:#f8fafc;
  --bth-border:#e6e9ee;
  --bth-radius:14px;
  --bth-radius-sm:10px;
  --bth-shadow:0 1px 2px rgba(15,23,42,.04),0 4px 16px rgba(15,23,42,.06);
  --bth-shadow-lg:0 8px 30px rgba(15,23,42,.12);
  --bth-maxw:1180px;
  --bth-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

body{color:var(--bth-body);font-family:var(--bth-font);}
