/*
 Theme Name:   Quiety Child - Ciclo
 Theme URI:    https://ciclo.tech/
 Description:  Ciclo-branded child theme for Quiety. AI-centric business automation positioning.
 Author:       Ciclo
 Author URI:   https://ciclo.tech/
 Template:     quiety
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  quiety-child
*/

/* =========================================================
   Ciclo brand palette — overrides Quiety CSS custom props
   ========================================================= */
:root {
  --color_primary: #b94d26;       /* Ciclo rust (from ciclo.tech) */
  --color_primary_hover: #8f3b1d; /* deep rust */
  --color_secondary: #272727;     /* ink */
  --color_body: #404040;
  --ciclo-accent: #d89a41;        /* warm gold */
  --ciclo-accent-soft: #eccd9e;   /* light gold */
  --ciclo-ink: #272727;
  --ciclo-bg-soft: #fbf5ec;       /* cream */
  --ciclo-bg-warm: #f8eedf;
  --ciclo-border: #ededed;
}

/* Typography defaults — Inter body, Space Grotesk headings.
   Fonts enqueued in functions.php. */
body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  letter-spacing: -0.01em;
}

/* Accent utility for AI-intersection callouts */
.ciclo-accent { color: var(--ciclo-accent); }
.ciclo-ink    { color: var(--ciclo-ink); }
.ciclo-bg-soft{ background: var(--ciclo-bg-soft); }
