/* Shared sans-serif stack for portal, admin, checker, and legal pages. */
:root {
  --ff-font-sans: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-sans: var(--ff-font-sans);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

html {
  font-family: var(--ff-font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea,
table,
nav,
label {
  font-family: var(--ff-font-sans);
}

h1,
h2,
h3 {
  font-family: var(--ff-font-sans);
  font-weight: 700;
}

h4,
h5,
h6 {
  font-family: var(--ff-font-sans);
  font-weight: 650;
}

.card,
.ff-badge {
  font-family: var(--ff-font-sans);
}

.code,
.monospace,
.dataset,
.site-id,
pre,
code,
kbd,
samp {
  font-family: var(--font-mono);
}
