:root{
    --primary:#197565;
    --primary-dark:#0d5147;
    --secondary:#efad58;
    --background:#fbfcf9;
    --surface:#ffffff;
    --text:#18312d;
    --text-muted:#60716d;
    --border:#dfe7e3;
    --success:#1f8f6d;
    --dark:#102f2a;
    --soft:#f0f5f1;
    --radius-sm:12px;
    --radius:20px;
    --radius-lg:30px;
    --shadow:0 18px 55px rgba(27,65,57,.09);
    --font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    --container:1180px;
    --header-height:76px;
}
