@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --blackOlive: #3d3d3d;
  --darkMidnightBlue: #002f6c;
  --lightSilver: #cfd8dc;
  --outerSpace: #27403b;
}

* {
  font-family: "Inter", sans-serif;
}

a,
ul {
  color: var(--darkMidnightBlue);
}

a:hover {
  color: var(--blackOlive);
}

ul {
  font-weight: 400;
}

h1 {
  font-weight: 600;
  font-size: 30px;
}

h1.title {
  font-weight: 700;
}

h1,
h3,
h3 > a,
.login-header {
  color: var(--blackOlive);
}

h3 {
  font-weight: 600;
  font-size: 16px;
}

h3 > a {
  font-weight: 700;
}

h4 {
  font-weight: 600;
  font-size: 14px;
}

p {
  font-weight: 400;
  font-size: 16px;
  color: var(--outerSpace);
}

.box-img {
  background-color: #f8f9ff;
}

.box-img i {
  color: #9fa8da;
}

.btn-default {
  color: var(--blackOlive);
}

.form-control {
  color: var(--lightSilver);
  font-weight: 400;
}

.link {
  font-weight: 300;
  font-size: 14px;
}

.links > h4 {
  font-weight: 700;
}

.login-header {
  font-size: 10px;
  font-weight: 600;
}

.right-column > div.login-header {
  font-weight: 700;
}
