/* ===== СВЕТЛАЯ ТЕМА ===== */
:root {
    --rz-text-font-family: "Manrope", "Segoe UI", sans-serif;
    /* Primary */
    --rz-primary: #5F90A4;
    --rz-primary-light: #7DA9B8;
    --rz-primary-lighter: #9BBBD1;

    /* Secondary */
    --rz-secondary: #f2f0ef;
    --rz-secondary-light: #f7f6f5;

    /* Tertiary / Поверхности */
    --rz-base-100: #F6F6F6;
    --rz-base-200: #EDEDED;
    --rz-base-300: #E0E0E0;

    /* Info / Текст */
    --rz-info: #585753;
    --rz-text-title-color: #585753;
    --rz-text-color: #585753;
    --rz-text-secondary-color: #8A8885;

    /* Success */
    --rz-success: #44bf60;
    --rz-success-light: #60D47A;

    --rz-warning: #ffa033;
    --rz-warning-light: #ffd18c;

    --rz-panel-menu-item-active-color: #FFFFFF;
    --rz-panel-menu-item-active-background-color: #5F90A4;

    /* Typography */
    --rz-font-size: 1rem;
    --rz-font-weight: 400;
}

/* ===== ТЁМНАЯ ТЕМА (media query) ===== */
/*@media (prefers-color-scheme: dark) {*/
/*    :root {*/
/*        !* Primary *!*/
/*        --rz-primary: #1F8070;*/

/*        !* Background *!*/
/*        --rz-base-background: #0F0F0F;*/
/*        --rz-base-100: #171A20;*/
/*        --rz-base-200: #1C2026;*/
/*        --rz-base-300: #252B33;*/

/*        !* Secondary *!*/
/*        --rz-secondary: #1C2026;*/

/*        !* Text *!*/
/*        --rz-text-title-color: #E0E0E0;*/
/*        --rz-text-color: #E0E0E0;*/
/*        --rz-text-secondary-color: #B0B0B0;*/
/*        --rz-text-disabled-color: #606060;*/

/*        !* Info *!*/
/*        --rz-info: #8EA09A;*/

/*        !* Success *!*/
/*        --rz-success: #44bf60;*/
/*    }*/
/*}*/

/* Typography Overrides */
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}

h4 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

h5 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

h6 {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
}

body, .rz-body1 {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.rz-body2 {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

button {
    font-weight: 700 !important;
    font-size: 0.875rem !important;
}

.rz-dialog:not(.rz-dialog-confirm):not(.rz-dialog-alert) {
    border-radius: 30px;
}

