
:root {
--primary-color: #4d4d4d;
--font-family: 'Montserrat';
--letter-spacing: 0.2px;
--h1-color: #c0c0c0;
--h1-font-family: 'Montserrat';
--h1-font-weight: 300;
--h1-line-height: 1.2;
--h2-font-weight: 300;
--h2-line-height: 1.2;
--h3-font-weight: 300;
--h3-line-height: 1.2;
--h4-line-height: 1.2;
--label-color: #484848;
--label-margin-bottom: 10px;
--form-button-alignment: center;
--form-color: #4d4d4d;
--form-border-radius: 0px 0px 0px 0px;
--form-height: 40px;
--form-padding: 0px 10px 0px 10px;
--gutter-width: 40px;
--gutter-compensation: -20px;
--module-gutter-vertical: 0vh;
--mobile-row-distance: 60px;
--max-grid-ratio: 1.25;
--mobile-element-distance: 10px;
--mobile-column-distance: 10px;
--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-width: 0 0 0 0;
--button-background-color-disabled: #fafafa;
--button-min-width: 115px;
--button-height: 45px;
--button-letter-spacing: 2px;
--button-border-radius: 5px 5px 5px 5px;
}
.btn:hover {
--button-background-color: #696969;
}
