:root{
  --pc-primary:#FF3E8A;
  --pc-secondary:#00B4D8;
  --pc-accent:#FFD93D;
  --pc-bg:#FFF7FB;
  --pc-text:#1A1A2E;
  --pc-font-heading:"Nunito",system-ui,sans-serif;
  --pc-font-body:"Nunito",system-ui,sans-serif;
}
body{font-family:var(--pc-font-body)}
h1,h2,h3,.pt,.ct,.lbrand,.brand-logo-txt,.top-logo-txt{font-family:var(--pc-font-heading)}
.pc-social-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:20px 0 4px}
.pc-social-row a{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--pc-social,#1A1A2E);color:#fff;text-decoration:none;font-size:13px;font-weight:900}
