html,
body,
#root {
    min-height: 100vh;
}

body {
    margin: 0;
    background: $portal-soft;
    color: $portal-ink;
    // Was "Inter, ..." — a font this project never loaded. It did nothing here,
    // but would have beaten Suisse Intl on any machine with Inter installed.
    font-family: $font-family-sans-serif;
}

button,
input,
textarea {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}