/* ol:/ui/extranet-2/style/api/settings.css */
:root {
    --flow-space: 1.5rem;
    --font-regular: 'PT-Sans', Arial, sans-serif;
    --font-headings: 'Ubuntu', Arial, sans-serif;
    --font-code: 'PT-Mono', monospace;
    --header-height: 2.5rem;
    --max-height: calc(100vh - var(--header-height) - 1rem);
    --max-width: 1680px;
    --color-cloudy: #f6f5fa;
    --color-white: #fff;
}

@media screen and (min-height: 790px) {
    :root {
        --header-height: 3.5rem;
    }
}