/* Gloria's polished theme */
:root{
  --accent:#6EC3A7;
  --accent-hover:#5AB093;
  --text:#2C2C2C;
  --muted:#6A6A6A;
  --border:#E7E7E7;
}
/* Typography */
body, .t-title, .t-descr, .t-text, .t-name { font-family: Montserrat, Arial, sans-serif !important; color: var(--text); }
/* Buttons */
.t-btn, .t-btn_primary, .t-btnflex.t-btnflex_type_button {
  background: var(--accent) !important;
  color:#fff !important;
  border-radius:30px !important;
  border: none !important;
  box-shadow:none !important;
  transition: background .2s ease;
}
.t-btn:hover, .t-btn_primary:hover, .t-btnflex.t-btnflex_type_button:hover{
  background: var(--accent-hover) !important;
}
/* Badge */
#tildacopy { display:none !important; }