/*
Theme Name: Cotizador Premium Theme
Theme URI: https://cuscocreativos.com
Author: Cusco Creativos
Author URI: https://cuscocreativos.com
Description: Un tema premium, minimalista y ultra-limpio diseñado específicamente por Cusco Creativos para integrarse de forma armoniosa con el plugin Cotizador de Viajes.
Version: 1.0.0
Text Domain: cotizador-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --theme-p: #0E7C7B;
  --theme-p-dark: #0a5c5b;
  --theme-p-light: #e6f2f2;
  --theme-text: #1e293b;
  --theme-text-muted: #64748b;
  --theme-bg: #f8fafc;
  --theme-surface: #ffffff;
  --theme-border: #e2e8f0;
  --theme-radius: 12px;
  --theme-shadow: 0 4px 20px rgba(14, 124, 123, 0.04);
}

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--theme-bg);
  color: var(--theme-text);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: var(--theme-text);
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.25;
}

a {
  color: var(--theme-p);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--theme-p-dark);
}
