/*
Functions and routines associated with Enasis Network Remote Connect.

This file is part of Enasis Network software eco-system. Distribution
is permitted, for more information consult the project license file.
*/



body { font-size: 14px; }

.bd-page-width {
    max-width: 90%; }

.bd-main .bd-content
 .bd-article-container {
    max-width: 80rem; }



html[data-theme="light"] {
    --pst-color-primary: #09cdcd;
    --pst-color-primary-highlight: #66ffff;
    --pst-color-secondary: #0e9696;
    --pst-color-secondary-highlight: #66ffff;
    --pst-color-link: #66ffff;
    --pst-color-link-hover: #66ffff; }

html[data-theme="dark"] {
    --pst-color-primary: #09cdcd;
    --pst-color-primary-highlight: #66ffff;
    --pst-color-secondary: #0e9696;
    --pst-color-secondary-highlight: #66ffff;
    --pst-color-link: #66ffff;
    --pst-color-link-hover: #66ffff; }
