/*
Theme Name: SuperSimplu
Theme URI: https://supersimplu.ro
Template: hello-elementor
Author: SuperSimplu / Bercov Media
Description: Temă SuperSimplu — child de Hello Elementor. Layout-ul îl faci în Elementor; tema aduce brandingul: culori, font (Poppins), rafinamente globale. Ușoară și rapidă.
Version: 1.0.0
Requires PHP: 7.4
License: Proprietary
Text Domain: supersimplu
*/

:root{
  --ss-accent:#e11d62;                    /* roz SuperSimplu (din hero/marketplace) */
  --ss-accent-hover:#c4134f;
  --ss-ink:#14161b;                        /* text închis */
  --ss-muted:#5b6270;
  --ss-bg:#ffffff;
}

body{
  font-family:'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color:var(--ss-ink);
  background:var(--ss-bg);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4{ font-family:'Poppins', system-ui, sans-serif; font-weight:800; letter-spacing:-.01em; }

a{ color:var(--ss-accent); text-decoration:none; }
a:hover{ color:var(--ss-accent-hover); }

/* buton generic de brand (dacă folosești clasa .ss-btn oriunde) */
.ss-btn{
  display:inline-flex;align-items:center;gap:.5em;
  background:var(--ss-accent);color:#fff;
  padding:14px 30px;border-radius:999px;font-weight:700;
  transition:background .15s,transform .15s;
}
.ss-btn:hover{ background:var(--ss-accent-hover);color:#fff;transform:translateY(-1px); }
