
:root {
--link-color: #fff;
--link-color-hover: #fb7400;
--font-family: 'Mont Demo Heavy Custom';
--base-font-size: 18px;
--line-height: 1.2;
--letter-spacing: 1.3px;
--heading-ratio: 1.25;
--heading-ratio-tablet: 1.2;
--h1-font-family: 'Mont Demo Heavy Custom';
--h1-font-weight: 900;
--h1-line-height: 1.1;
--h2-line-height: 1.1;
--h3-line-height: 1.1;
--p-line-height: 1.6;
--p-font-family: 'Mont Demo ExtraLight Custom';
--p-font-weight: 600;
--p-letter-spacing: 2px;
--label-font-size: 1rem;
--label-color: #aaa;
--form-border-color: #ddd;
--form-font-size: 1rem;
--gutter-width: 100px;
--gutter-compensation: -50px;
--gutter-vertical: 1.85vh;
--module-gutter-vertical: 1vh;
--mobile-row-distance: 20px;
--mobile-column-distance: 20px;
--mobile-element-distance: 20px;
--max-grid-ratio: 1.25;
--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-background-color-disabled: #e2e2e2;
--button-height: 50px;
--button-font-size: 14px;
--button-border-width: 0px 0px 0px 0px;
--button-letter-spacing: 1.3px;
--button-background-color: #fb7400;
}
.btn:hover {
--button-background-color: #e3700c;
}
