:root {
  --site-font: "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  --site-mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: var(--site-font);
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--site-font) !important;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code,
kbd,
samp,
pre {
  font-family: var(--site-mono) !important;
}

body,
body * {
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
.brand b,
.metrics b,
.fish-summary b,
.fish-card-head b,
.panel-heading h2,
.auth-card h1,
.profile-card h2 {
  line-height: 1.05;
}

p,
li,
dd,
small,
input,
button,
a,
label {
  overflow-wrap: anywhere;
}
