﻿html, body {
    height: 100%;
}

/* Normalization */
body,
h1,
body {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h2,
h3 {
    margin: 0;
    padding: 0;
}

/* Links */
a {
    color: var(--kendo-color-primary);
    text-decoration: none;
}

/* Typography */
h2, h3, h4, h5 {
    color: var(--kendo-color-on-app-surface);
}

h1 {
    font-size: 1.25rem;
    font-weight: 400;
}

h2 {
    font-size: 1rem;
    font-weight: 200;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    font-size: 1rem;
}

a {
    font-size: 1rem;
}

@media (min-width: 480px) {
    h1 {
        font-size: 1.5rem;
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 1.75rem;
        font-weight: 400;
    }
}

.k-pane-static {
    background-color: var(--kendo-color-app-surface);
    height: auto !important;
}

.k-step-link {
    cursor: pointer;
}

.k-stepper .k-step-label .k-step-text {
    white-space: normal !important;
}

.k-splitbar {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.k-step-list-horizontal .k-step-link {
    max-width: 100% !important;
}

.k-stepper .k-step-label .k-step-text {
    max-width: 100% !important;
}