:root {
  --font-family: "Open Sans", sans-serif;
  --font-family-h1: "Amatic SC", sans-serif;
  --bg-btn-primary: #333;
  --bg-btn-secondary: #fff;
  --primary: #333;
  --blue: #2071e7;
  --dark: #333;
  --secondary: #0d0d0d;
  --gray: #ddd;
  --gray-light: #eee;
  --gray-light1: #b9b6b6;
  --gray-hint: #555;
  --text: #333;
  --border: #ddd;
  --hint: #6e6e6e;
  --light: #ff7979;
  --green: rgb(0, 100, 62);
  --lime: #5eff00;
  --text-color-light: #fff;
  --danger: rgba(225, 15, 15, 0.761);
}

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