@import url(fonts.css);

:root {
    --font-family-primary: "Roboto", "Lucida Grande", "DejaVu Sans", Verdana, Arial, sans-serif;
    --font-family-monospace: "Roboto Mono", "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
option,
.form-row p,
form .button,
#logout-form button {
    font-family: var(--font-family-primary);
}

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