/* Essence — minimal element defaults. Opt-in: consumers get these by linking styles.css. */
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font-sans);
  font-size:var(--text-body);
  line-height:var(--lh-body);
  color:var(--text-primary);
  background:var(--bg-page);
  -webkit-font-smoothing:antialiased;
}
a{color:var(--interactive-primary);text-decoration:none}
a:hover{color:var(--interactive-primary-hover);text-decoration:underline}
::selection{background:rgba(51,173,211,0.25)}
.essence-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}
