:root {
  --font-sans: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-mono: Consolas, Monaco, "Courier New", Courier, monospace;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--font-sans);
}

th,
td,
.form-row p,
form .button,
.button,
input[type="submit"],
input[type="button"],
.submit-row input,
a.button {
  font-family: var(--font-sans);
}

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