/*
Theme Name: Travelers Main Essentials Kadence Child Pro
Theme URI: https://travelersmainessentials.com/
Description: High-performance Gutenberg-compatible Kadence child theme for Travelers Main Essentials.
Author: OpenAI
Author URI: https://openai.com/
Template: kadence
Version: 2.0.0
Text Domain: tme-kadence-child
*/

:root{
  --tme-primary: var(--global-palette1, #0aa5a5);
  --tme-secondary: var(--global-palette2, #0a4fa3);
  --tme-accent: var(--global-palette3, #ff9900);
  --tme-text: var(--global-palette4, #1f2937);
  --tme-muted: var(--global-palette5, #667085);
  --tme-subtle: #f7fafc;
  --tme-bg: var(--global-palette9, #ffffff);
  --tme-border: #e5e7eb;
  --tme-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --tme-shadow-soft: 0 6px 18px rgba(15, 23, 42, 0.06);
  --tme-radius: 16px;
  --tme-radius-sm: 10px;
  --tme-max: 1200px;
}

body .tme-visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
