/*!
Theme Name: CATT_THEME Child
Theme URI: https://antoniocattarini.it/
Description: Child theme di CATT_THEME — branding Studio Legale Avv. Antonio Cattarini. Replica fedele del sito statico (header/footer condivisi, template per pagina, template ghost).
Author: Studio Cattarini
Template: catt_theme
Version: 1.0.0
Text Domain: catt_theme-child
*/

/* ── Token di brand (dal sito statico) ─────────────────────────
   Ogni template di pagina carica il proprio CSS completo estratto
   dalle pagine statiche; questi token servono come base condivisa
   (template ghost, fallback, contenuti futuri). */
:root {
  --bg: #004a4a;
  --bg-2: #003e3e;
  --bg-card: #005c5c;
  --bg-card-h: #007373;
  --gold: #C9A84C;
  --gold-2: #dfc46a;
  --gold-glow: rgba(201, 168, 76, 0.10);
  --gold-border: rgba(201, 168, 76, 0.22);
  --white: #f0eee8;
  --w60: rgba(240, 238, 232, 0.60);
  --w35: rgba(240, 238, 232, 0.35);
  --w15: rgba(240, 238, 232, 0.15);
  --w07: rgba(240, 238, 232, 0.07);
  --w04: rgba(240, 238, 232, 0.04);
  --border: rgba(255, 255, 255, 0.07);
  --radius: 14px;
  --radius-lg: 22px;
}

html.light {
  --bg: #f7f4ef;
  --bg-2: #ede9df;
  --bg-card: #ffffff;
  --bg-card-h: #f5f2eb;
  --gold-glow: rgba(201, 168, 76, 0.07);
}
