:root {
  --main-color: #cc9c33;
  --link-color: #e2bd36;
  --link-color-hover: #f0ca42;
  --black: #222;
  --white: #fff;
  --dark-black: #22242a;
  --light-black: #2f323a;
  --border: 0.1rem solid var(--black);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  --text-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.3);
  --primary-font: "Montserrat", sans-serif;
  --headings-font: "Roboto", sans-serif;
}

a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: var(--white);
  padding-left: 0.5em;
}

.layer {
  position: absolute;
}

.layer_form {
  line-height: 0px;
  margin: 2em;
}

body {
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 0.35em;
  background-color: #eee;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

/* =====   I N P U T  -  R A N G E  ===== */

.range {
  background-color: rgba(255, 255, 255, 0.35);
  padding: 2px 10px;
  border-radius: 0.75em;
}

.input_range {
  width: 176px;
  cursor: pointer;
  height: 6px;
}
