
:root {
--font-family: 'Roboto';
--base-font-size: 16px;
--letter-spacing: 0.2px;
--h1-font-weight: 600;
--h1-line-height: 1;
--h2-line-height: 1.2;
--h3-line-height: 1.2;
--h4-line-height: 1.2;
--p-font-weight: 300;
--label-font-size: 15px;
--label-color: rgba(0, 0, 0, 0.5);
--label-margin-bottom: 10px;
--asterisk-color: #f00;
--form-color: rgba(0, 0, 0, 0.5);
--thank-you-text-color: #000;
--form-border-width: 0px 0px 0px 0px;
--form-border-color: rgba(0, 0, 0, 0.25);
--form-border-radius: 0px 0px 0px 0px;
--form-height: 40px;
--form-font-size: 14px;
--form-padding: 0px 10px 0px 10px;
--gutter-compensation: -40px;
--gutter-vertical: 1.85vh;
--module-gutter-vertical: 1vh;
--mobile-column-distance: 20px;
--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-font-size: 14px;
--button-color: #fff;
--button-font-weight: 500;
--button-letter-spacing: 3px;
--button-background-color: #80c8b3;
}
.btn:hover {
--button-color: #262626;
--button-background-color: #80c8b3;
}
