@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter+Tight:400|Inter:400,600"); /* @FONTWARNING[{"type": "restricted", "family": "Redaction 35-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* Replace decorative Redaction usages with normal readable UI text across the site */
[class*="Redaction"],
[style*="Redaction"],
[class*="Redaction_10-Regular"],
[class*="Redaction 10-Regular"],
[class*="Redaction_10-Bold"],
[class*="Redaction 10-Bold"],
[class*="Redaction_35-Regular"],
[style*="Redaction_10-Regular"],
[style*="Redaction 10-Regular"],
[style*="Redaction_10-Bold"],
[style*="Redaction 10-Bold"],
[style*="Redaction_35-Regular"] {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}
