.text-link {
  color: #487eb0;
}

.border-blue-dark {
  border: 1px solid #2779bd;
}

.border-red-dark {
  border: 1px solid #cc1f1a;
}

.text-blue-lightest {
  color: #eff8ff;
}

.text-blue-lighter {
  color: #bcdefa;
}

.text-blue-light {
  color: #6cb2eb;
}

.text-blue {
  color: #3490dc;
}

.text-blue-dark {
  color: #2779bd;
}

.text-blue-darker {
  color: #1c3d5a;
}

.text-blue-darkest {
  color: #12283a;
}

.text-green-lightest {
  color: #e3fcec;
}

.text-green-lighter {
  color: #a2f5bf;
}

.text-green-light {
  color: #51d88a;
}

.text-green {
  color: #38c172;
}

.text-green-dark {
  color: #1f9d55;
}

.text-green-darker {
  color: #1a4731;
}

.text-green-darkest {
  color: #0f2f21;
}

.text-red-lightest {
  color: #fcebea;
}

.text-red-lighter {
  color: #f9acaa;
}

.text-red-light {
  color: #ef5753;
}

.text-red {
  color: #e3342f;
}

.text-red-dark {
  color: #cc1f1a;
}

.text-red-darker {
  color: #621b18;
}

.text-red-darkest {
  color: #3b0d0c;
}

.bg-blue-lightest {
  background-color: #eff8ff;
}

.bg-blue-lighter {
  background-color: #bcdefa;
}

.bg-blue-light {
  background-color: #6cb2eb;
}

.bg-blue {
  background-color: #3490dc;
}

.bg-blue-dark {
  background-color: #2779bd;
}

.bg-blue-darker {
  background-color: #1c3d5a;
}

.bg-blue-darkest {
  background-color: #12283a;
}

.bg-green-lightest {
  background-color: #e3fcec;
}

.bg-green-lighter {
  background-color: #a2f5bf;
}

.bg-green-light {
  background-color: #51d88a;
}

.bg-green {
  background-color: #38c172;
}

.bg-green-dark {
  background-color: #1f9d55;
}

.bg-green-darker {
  background-color: #1a4731;
}

.bg-green-darkest {
  background-color: #0f2f21;
}

.bg-red-lightest {
  background-color: #fcebea;
}

.bg-red-lighter {
  background-color: #f9acaa;
}

.bg-red-light {
  background-color: #ef5753;
}

.bg-red {
  background-color: #e3342f;
}

.bg-red-dark {
  background-color: #cc1f1a;
}

.bg-red-darker {
  background-color: #621b18;
}

.bg-red-darkest {
  background-color: #3b0d0c;
}
