/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 1200px;
    --default: #f3f3f3;
    --primary: #1e46af;
    --info: #1e46af;
    --success: #aeeda7;
    --warning: #ff5644;
    --danger: #ff5644;
    --link: #ffac41;
    --hh-ct-text-color-heading: #03304a;
    --text-color-main: #03304a;
    --text-color-default: #03304a;
    --text-color-secondary: #1e46af;
    --text-color-highlight: #03304a;
    --text-color-soft: #555555;
    --text-color-soft2: #838383;
    --text-color-soft3: #bac2c7;
    --text-color-contrast: #ffffff;
    --background-color-main: #ffffff;
    --background-color-secondary: #f7f7f7;
    --background-color-page: #f1f4f5;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 15px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 500;
    --hh-ct-heading-font-family: "oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 20px;
    --hh-ct-h1-font-size: 1.7em;
    --hh-ct-h1-stream-font-size: 1.45em;
    --hh-ct-h2-font-size: 1.5em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 600;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #d2d3e4;
    --hh-ct-panel-border-radius: 5px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #1e46af;
    --hh-ct-menu-border-color: #e4eaec;
    --hh-ct-top-bar-height: 65px;
    --hh-ct-top-bar-font-size: 14px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #1e46af;
    --hh-ct-top-menu-text-color: #ffffff;
    --hh-ct-top-menu-button-hover-background-color: #f7f7f7;
    --hh-ct-top-menu-button-hover-text-color: #1e46af;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #e4e7e8;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #f2f2f2;
    --background-color-secondary-darken-5: #eaeaea;
    --danger-darken-10: #d74839;
    --danger-darken-5: #eb4f3f;
    --danger-lighten-20: #ffb2aa;
    --danger-lighten-5: #ff6d5e;
    --default-darken-2: #eeeeee;
    --default-darken-5: #e6e6e6;
    --default-lighten-2: #f8f8f8;
    --info-darken-10: #173583;
    --info-darken-27: #0a1739;
    --info-darken-5: #1a3d99;
    --info-lighten-25: #7c93d0;
    --info-lighten-30: #8fa3d7;
    --info-lighten-40: #b4c2e5;
    --info-lighten-5: #3155b6;
    --info-lighten-50: #dae1f2;
    --info-lighten-8: #3c5fba;
    --link-darken-2: #f7a73f;
    --link-lighten-5: #ffb75b;
    --primary-darken-10: #173583;
    --primary-darken-5: #1a3d99;
    --primary-lighten-10: #4465bc;
    --primary-lighten-20: #6984ca;
    --primary-lighten-25: #7c93d0;
    --primary-lighten-5: #3155b6;
    --primary-lighten-8: #3c5fba;
    --success-darken-10: #98cf92;
    --success-darken-5: #a3de9c;
    --success-lighten-20: #fcfefc;
    --success-lighten-5: #c1f1bc;
    --text-color-highlight-fade-15: #03304a26;
    --text-color-highlight-fade-30: #03304a4d;
    --text-color-secondary-lighten-25: #7c93d0;
    --warning-darken-10: #d74839;
    --warning-darken-2: #f75342;
    --warning-darken-5: #eb4f3f;
    --warning-lighten-10: #ff8477;
    --warning-lighten-20: #ffb2aa;
    --warning-lighten-40: #ffffff;
    --warning-lighten-5: #ff6d5e;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 95px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}
