@import url("fonts/Archia-Thin-webfont/stylesheet.css");
@import url("fonts/Archia-Regular-webfont/stylesheet.css");

:root {
  --color-blue: #1e32ff;
  --color-gray: #d7d7d7;
  --color-light-gray: #d4d4d4;
  --color-blue-end-gradient: #1e40f500;
  --color-dark-gray: #707070;
  --color-white: #ffffff;
  --color-black: #000000;
}

body {
  font: normal normal normal 17px/24px Verdana;
  line-height: 1.5;
  color: #555;
  background-color: var(--color-blue);
}

button {
  padding: 8px 25px;
}

.icon-size {
  font-size: 3.5rem;
  font-weight: initial;
}

.mt-revert-1 {
  margin-top: -2rem !important;
}
