@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: 'Public Sans', sans-serif;
}

:root {
  --blueGrey: #b0bec5;
  --blueHeaders: #1143ad;
  --black: #09131d;
  --blueButtons: #1f75f8;
}

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

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

ul {
  font-weight: 400;
}

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

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

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

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

p {
  font-weight: 300;
  font-size: 16px;
  color: var(--black);
}

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

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

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

.form-control {
  color: var(--blueGrey);
  font-weight: 300;
  font-style: italic;
}

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

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