﻿.k-button {
    border-radius: 4px;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    background-position: 50% 50%;
}

/*  Kendo Variables  */
:root {
    --bs-body-font-family: museo-sans, Arial, sans-serif;
    --bs-gutter-x: clamp(1em, 3vw + 0.5rem, 2em);
    --kendo-font-size: 1.1rem;
    --kendo-color-primary: #ebebeb;
    --kendo-color-primary-hover: #e0e0e0;
    --kendo-color-primary-active: #d6d6d6;
    --kendo-color-primary-emphasis: #c2c2c2;
    --kendo-color-primary-on-subtle: #3d3d3d;

}