:root {
  --font-body: "Futura", Arial, sans-serif;
  --font-headline: "Futura", Arial, sans-serif;

  /* Colors */
  --color-primary-200: #e5e7e1;
  --color-success-contrast: #36563d;
  --color-error: #A80000;
  --color-or-light-grey: #eeede9;
  --color-or-medium-grey: #898989;
  --color-or-warning: #a86500;

  --width-logo-header: 10.3rem;
  --width-logo-header-lg: 10.3rem;
  --font-weight-bold: 600;

  /* input fields */
  --input-disabled-background: #EEEDE9;

  /* Footer */
  --color-footer-bg: var(--color-black);
  --color-mobile-footer-bg: var(--color-black);
  --color-footer-text: var(--color-white);
  --color-a11y-icon: #595959;
  --color-copyright: var(--color-white);
  --font-size-footer: 14px;

  --text-sm-2: 14px;
}
