@font-face {
  font-family: FabricMDL2Icons;
  src: url("FabExMDL2.3.36.ttf");
  }

:root {
  /* Colors */
  --body-background-color: #faf1e3;
  --brand-colors-background-colors-red: #ea161f;
  --brand-colors-background-colors-light-sand: #fcf8f3;
  --brand-colors-background-colors-sand: #faf1e3;
  --brand-colors-background-colors-sand-hover: #f2e0c3;
  --brand-colors-background-colors-dark-sand: #f7e9d2;
  --brand-colors-background-colors-cappuchino: #ebd3ae;
  --brand-colors-background-colors-black: #000000;
  --brand-colors-foreground-colors-red: #ea161f;
  --functional-colors-foreground-colors-black: #000000;
  --functional-colors-foreground-colors-grey: #707070;
  --functional-colors-foreground-colors-light-grey: #9e9e9e;
  --functional-colors-foreground-colors-white: #ffffff;
  --functional-colors-background-colors-green: #3d8608;
  --functional-colors-background-colors-green-10percent: #ecf3e6;
  --functional-colors-background-colors-blue: #1775d3;
  --functional-colors-background-colors-blue-10percent: #e9f2fb;
  --functional-colors-background-colors-warning-color: #dd6600;
  --functional-colors-background-colors-warning-color-10percent: #fcefe5;
  --functional-colors-background-colors-red-hover: #d01018;
  --functional-colors-background-colors-red-10percent: #fce8e9;
  --functional-colors-background-colors-anthrazit-hover: #404040;
  --functional-colors-background-colors-anthrazit: #4e4e4e;
  --functional-colors-background-colors-dark-grey: #707070;
  --functional-colors-background-colors-line-grey-50percent: #b7b7b7;
  --functional-colors-background-colors-grey: #dedede;
  --functional-colors-background-colors-light-grey: #f2f2f2;
  --functional-colors-background-colors-very-light-grey: #f8f8f8;
  --functional-colors-background-colors-white: #ffffff;
  /* Fonts */
  --global-text-size: 16px;
  --global-font-family: Roboto, sans-serif;
  --text-styles-h1-font-family: Roboto-ExtraLight, sans-serif;
  --text-styles-h1-font-size: 36px;
  --text-styles-h1-line-height: 62px;
  --text-styles-h1-font-weight: 300;
  --text-styles-h1-font-style: normal;
  --text-styles-h2-font-family: Roboto-Light, sans-serif;
  --text-styles-h2-font-size: 30px;
  --text-styles-h2-line-height: 36px;
  --text-styles-h2-font-weight: 300;
  --text-styles-h2-font-style: normal;
  --text-styles-h3-font-family: Roboto-Regular, sans-serif;
  --text-styles-h3-font-size: 26px;
  --text-styles-h3-line-height: 32px;
  --text-styles-h3-font-weight: 400;
  --text-styles-h3-font-style: normal;
  --text-styles-h4-font-family: Roboto-Regular, sans-serif;
  --text-styles-h4-font-size: 24px;
  --text-styles-h4-line-height: 28px;
  --text-styles-h4-font-weight: 400;
  --text-styles-h4-font-style: normal;
  --text-styles-body-text-font-family: Roboto-Light, sans-serif;
  --text-styles-body-text-font-size: 16px;
  --text-styles-body-text-line-height: 26px;
  --text-styles-body-text-font-weight: 300;
  --text-styles-body-text-font-style: normal;
  --text-styles-links-in-text-font-family: Roboto-Light, sans-serif;
  --text-styles-links-in-text-font-size: 16px;
  --text-styles-links-in-text-line-height: 26px;
  --text-styles-links-in-text-font-weight: 400;
  --text-styles-links-in-text-font-style: normal;
  --form-elements-h2-font-family: Roboto-Regular, sans-serif;
  --form-elements-h2-font-size: 30px;
  --form-elements-h2-line-height: 36px;
  --form-elements-h2-font-weight: 400;
  --form-elements-h2-font-style: normal;
  --form-elements-h3-font-family: Roboto-Regular, sans-serif;
  --form-elements-h3-font-size: 26px;
  --form-elements-h3-line-height: 32px;
  --form-elements-h3-font-weight: 400;
  --form-elements-h3-font-style: normal;
  --form-elements-labels-font-family: Roboto-Medium, sans-serif;
  --form-elements-labels-margin-bottom: 12px;
  --form-elements-labels-font-size: 16px;
  --form-elements-labels-line-height: normal;
  --form-elements-labels-font-weight: 600;
  --form-elements-labels-font-style: normal;
  --form-elements-filled-out-form-font-family: Roboto-Regular, sans-serif;
  --form-elements-filled-out-form-font-size: 16px;
  --form-elements-filled-out-form-line-height: normal;
  --form-elements-filled-out-form-font-weight: 400;
  --form-elements-filled-out-form-font-style: normal;
  /* DESIGN */
  --form-elements-button-border-radius: 6.25rem;
  --form-elements-button-border-active-color: #fff;
  --form-elements-button-height: 3.0625rem;
  --form-elements-button-padding: 0.4375rem 2.1875rem;
  --form-elements-button-font-size: 1rem;
  --form-elements-button-font-weight: 700;
  --form-elements-form-fields-border-radius: 0.375rem;
  --form-elements-form-fields-height: 3.0625rem;
  --form-elements-form-fields-padding: 0.625rem 0.9375rem;
  --form-elements-form-fields-border: 1px solid rgba(0, 0, 0, 0.5);
  --form-elements-form-fields-placeholdertext-weight: 400;
  --form-elements-form-fields-placeholdertext-color: rgba(0, 0, 0, 0.5);
  --form-elements-form-fields-disabled-background-color: rgba(0, 0, 0, 0.1);
  --form-elements-checkbox-width-height: 1.625rem;
  --form-elements-radio-size: 1.625rem;
  --border-radius-10px: 10px;
}/*# sourceMappingURL=variablesCSS.css.map */