/* Fernanda's Cleaning Services · tokens · light theme by decision (cleaning = light)
   Structure borrowed from acervo "home" (editorial broadsheet, one accent), colour remapped. */
:root{
  --bone:#f7faf8;        /* canvas, warm-cool near white, never pure #fff */
  --ink:#0f1a17;         /* headlines, body, dark sections */
  --slate:#1c2a26;       /* secondary dark surface */
  --moss:#546863;        /* muted captions, stat callouts */
  --sage:#cfdcd8;        /* light labels on dark, tags */
  --mist:#e6efec;        /* hairlines, subtle fills */
  --aqua:#12b5ad;        /* THE accent. only one saturated colour on the page */
  --aqua-deep:#0a6f6a;   /* accent on light text-contrast duty */
  --aqua-shadow:rgba(6,90,86,.35);
  --font-display:"Fraunces",Georgia,"Times New Roman",serif;
  --font-ui:"Instrument Sans","Helvetica Neue",Arial,sans-serif;
  --radius-tile:14px; --radius-btn:5px; --radius-ghost:10px;
  --max:1400px; --gap-section:80px; --gap-el:20px;
}
