:root {
  --primary-color: #FA5430;
  --primary-color-hover: #4185FF;
  --footer-bg-color: black;
  --footer-text-color: #ccc;
  
  --modal-layer: 1000;
}

body {
  font-family: Unbounded,cursive;
  font-weight: 100;
  line-height: 1;
}

.hidden {
  display: none !important;
}