/**
 * Variables.
 */
:root {
  /* General */
  --border-radius: 5px;
  --font-family: Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  --font-size: 14px;
  --font-weight: normal;
  --line-height: 1.5;
  --padding: .5em 1em;
  --transition-duration: 100ms;

  /* Colors */
  --color-active: #a7b9c0;
  --color-button-primary-background: #364c59;
  --color-button-primary-color: #fff;
  --color-button-secondary-background: #718d99;
  --color-button-secondary-color: #fff;
  --color-error: #ef5a21;
  --color-input-background: #fff;
  --color-input-border: #364c59;
  --color-input-color: #264150;
  --color-input-placeholder: #718d99;
  --color-label: #264150;
  --color-notification-color: #fff;
  --color-success: #94b12a;

  --indicator-width: 60px;
  --modal-help-link-scale: 1.2;
}
