
/* ============================================================
   Tipografia global v1.41
   ============================================================ */
:root{
  --go-ui-font: system-ui,-apple-system,BlinkMacSystemFont,
    "Segoe UI Variable Text","Segoe UI Variable","Segoe UI",
    "SF Pro Text","SF Pro Display","Inter","Helvetica Neue",
    Helvetica,Arial,sans-serif;
}

html,
body,
body *,
body *::before,
body *::after,
button,
input,
select,
textarea,
option,
label,
dialog,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
a,
span,
strong,
small,
p,
h1,h2,h3,h4,h5,h6,
code,pre,kbd,samp{
  font-family:var(--go-ui-font) !important;
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

::placeholder{
  font-family:var(--go-ui-font) !important;
}

button,input,select,textarea{
  font:inherit !important;
}
