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

:root {
  --blackOlive: #3d3d3d;
  --sinopia: #cf4500;
  --lightSilver: #cfd8dc;
  --outerSpace: #27403b;
}

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

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

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

ul {
  font-weight: 400;
}

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

h1,
h3,
h3 > a {
  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 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;
}
