
:root {
--primary-color: #000;
--font-family: 'CorsaGrotesk-Regular Custom';
--h1-line-height: 1.2;
--h2-line-height: 1.3;
--h5-font-family: 'Apparel Regular Custom';
--h6-font-family: 'Apparel Regular Custom';
--p-line-height: 1.8;
--p-font-family: 'Apparel Regular Custom';
--p-letter-spacing: 0.7px;
--form-background-color: rgba(255, 255, 255, 0);
--form-border-color: #000;
--form-border-radius: 0px 0px 0px 0px;
--form-height: 55px;
--form-padding: 0px 0px 0px 0px;
--textarea-height: 137px;
--gutter-width: 120px;
--gutter-compensation: -60px;
--module-gutter-vertical: 0vh;
--mobile-element-distance: 0px;
--max-grid-ratio: 1.25;
--mobile-column-distance: 0px;
--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;
--h1-font-family: 'Apparel Regular Custom';
--h2-font-family: 'Apparel Regular Custom';
--h3-font-family: 'Apparel Regular Custom';
--h4-font-family: 'Apparel Regular Custom';
--label-font-size: 14px;
--form-font-size: 14px;
--label-margin-bottom: 6px;
--form-margin-bottom: 18px;
--form-border-width: 0px 0px 1px 0px;
--form-button-alignment: right;
--form-font-family: 'Apparel Regular Custom';
--h5-line-height: 1.7;
--heading-ratio: 1.414;
--link-color: rgb(0, 0, 0);
}
.btn {
--button-background-color-disabled: #adadad;
--button-min-width: 60px;
--button-height: 33px;
--button-background-color: rgba(214, 224, 222, 0);
--button-font-family: 'Apparel Regular Custom';
--button-font-size: 17px;
--button-padding: 0px 0px 0px 0px;
--button-color: rgb(0, 0, 0);
--button-letter-spacing: 0.7px;
--button-border-radius: 1px 1px 1px 1px;
--button-border-width: 0px 0px 1px 0px;
--button-border-color: rgb(0, 0, 0);
}
.btn:hover {
--button-background-color: rgba(0, 0, 0, 0);
--button-color: rgb(125, 125, 125);
--button-border-color: rgb(125, 125, 125);
}
