﻿:root {
    --statera-font-family: "Manrope", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --statera-font-size: 14px;
    --statera-line-height: 1.45;
    --statera-font-weight: 400;
    --statera-font-weight-medium: 500;
    --statera-font-weight-semibold: 600;
    --statera-font-weight-bold: 700;
    --statera-active-gradient: linear-gradient(90deg, #1f4e79, #2c6aa0);
    --statera-active-text: #ffffff;
    --statera-active-solid: #1f4e79;
}

html,
body {
    font-family: var(--statera-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.statera-shell,
.master-page,
.use-kendo-inputs {
    font-family: inherit;
}

.k-widget,
.k-widget *,
.k-popup,
.k-popup *,
.k-animation-container,
.k-animation-container * {
    font-family: inherit !important;
}

input,
textarea,
select,
button,
table,
label,
a,
span,
div {
    font-family: inherit;
}


:root {
    --statera-font-family: "Manrope", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html,
body {
    font-family: var(--statera-font-family);
}

body,
button,
input,
select,
textarea,
.k-widget,
.k-input,
.k-input-inner,
.k-picker,
.k-dropdownlist,
.k-combobox,
.k-grid,
.k-button,
.k-list,
.k-popup {
    font-family: var(--statera-font-family);
}

    body,
    body button,
    body input,
    body select,
    body textarea,
    body .k-widget,
    body .k-input,
    body .k-input-inner,
    body .k-picker,
    body .k-dropdownlist,
    body .k-combobox,
    body .k-grid,
    body .k-button,
    body .k-list,
    body .k-popup {
        font-family: var(--statera-font-family) !important;
    }