html {
    min-height: 100%;
}

body {
    font-family: roboto, verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    height: 100%;
}

.k-screen-container {
    margin: 0 auto;    
}

.is-radius-12 {
    border-radius: 12px;
}

strong {
    font-weight: 600 !important;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 769px) {
    .k-screen-container {
        max-width: 1200px;
    }
}