:root{
  --bg:#F6F2EC;
  --card:#FFFFFF;
  --text:#1E1A16;
  --muted:#6E655E;
  --accent:#2F9FA4;
  --accent2:#0B575B;
  --line:#DDD4C9;
  --radius:12px;
}

body{ background:var(--bg); color:var(--text); }

h1,h2,h3{
  letter-spacing:-0.02em;
}

.t-btn, .t-btnflex{
  border-radius: var(--radius) !important;
  box-shadow: none !important;
}

.t-btnflex_type_button{
  background-color: var(--accent) !important;
  border-color: transparent !important;
  color: #fff !important;
}

a{ color: var(--accent2); }
