/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
:root {
  --blue: #111;
  --blue-darken: #777777;
  --yellow: #efa300;
  --yellow-darken: #ffb923;
  --btn-color: #111;
  --validation-color: lighten(red, 40%);
  --white: #fff;
  --light-gray: #393d40;
  --gray: #aebdc1;
  --dark-gray: #f5f5f5;
  --background-color: #fff;
  --black: #111;
  --text-color: #111;
  --light-text-color: #0f0f0f; }

/*# sourceMappingURL=contrast.css.map */
