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

:root {
  --blackPearl: #021622;
  --irishGreen: #018944;
  --mintCream: #f9fefa;
  --gray: #e4e4e4;
  --darkGray: #3d3d3d;
}

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

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

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

ul {
  font-weight: 400;
}

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

h1,
h3,
h3 > a {
  color: var(--blackPearl);
}

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(--darkGray);
}

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

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

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

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

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