/* System UI font stack https://medium.design/system-shock-6b1dc6d6596f */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.container {
    max-width: 800px;
}
form label {
    font-weight: 500;
}
a.subtle {
    color: #212529;
}
