
:root {
--base-font-size: 16px;
--label-font-size: 1rem;
--label-color: #aaa;
--form-border-color: #ddd;
--form-font-size: 1rem;
--gutter-width: 20px;
--gutter-compensation: -10px;
--gutter-vertical: 1.85vh;
--module-gutter-vertical: 1vh;
--mobile-row-distance: 20px;
--mobile-column-distance: 10px;
--mobile-element-distance: 10px;
--max-grid-ratio: 1.33333;
--language-switcher-border-color: #d4d4c9;
--language-switcher-background-color: #fff;
--region-switcher-border-color: #d4d4c9;
--region-switcher-background-color: #fff;
--region-switcher-popup-background-color: #fff;
}
.btn {
--button-border-radius: 0 0 0 0;
--button-border-width: 0 0 0 0;
--button-background-color-disabled: #e2e2e2;
--button-min-width: 115px;
--button-height: 40px;
--button-font-size: 14px;
--button-font-family: 'Lora';
--button-padding: 0px 30px 0px 30px;
--button-font-weight: 600;
--button-background-color: #024b57;
--button-border-color: rgba(255, 250, 250, 0);
}
.btn:hover {
--button-background-color: #009afd;
}
