
:root {
--font-family: 'Montserrat';
--h1-color: #fff;
--h1-font-family: 'Josefin Sans';
--h1-font-weight: 100;
--h1-line-height: 1.4;
--h2-color: #000;
--h2-font-family: 'Josefin Sans';
--h3-color: rgba(53, 53, 53, 0.39);
--h4-font-family: 'Lato';
--label-font-size: 1rem;
--label-color: #aaa;
--form-border-color: #ddd;
--form-font-size: 1rem;
--gutter-width: 20px;
--gutter-compensation: -10px;
--module-gutter-vertical: 0.80429vh;
--mobile-row-distance: 20px;
--mobile-column-distance: 10px;
--mobile-element-distance: 10px;
--max-grid-ratio: 1.25;
--language-switcher-border-color: #d4d4c9;
--language-switcher-background-color: #fff;
}
.btn {
--button-background-color-disabled: #e2e2e2;
--button-font-size: 18px;
--button-font-family: 'Ubuntu';
--button-border-width: 3px 3px 3px 3px;
--button-color: #000;
--button-background-color: #fff;
--button-border-color: #060000;
--button-border-radius: 0px 0px 0px 0px;
}
.btn:hover {
--button-background-color: #000;
--button-border-color: #fff;
}
