/* Shared type baseline for every rendered application page. */
:root {
    font-family: 'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
}

body,
input,
button,
select,
textarea {
    font-family: inherit;
}

body {
    font-size: 0.9375rem;
    line-height: 1.5;
}

.font-mono,
code,
kbd,
pre {
    font-family: 'IBM Plex Mono', ui-monospace, monospace;
}
