.primary-blue {
    color: #41509a;
}
.project-link {
  padding-left: 2rem;
}
.section-blue-bg {
    background-color: #41509a;
    color: white;
}

.section-blue-bg a {
    color: white;
    text-decoration: underline;
}

.custom-checklist-tick {
    list-style: none;
    padding-left: 0;
}

.custom-checklist-tick li::before {
    content: "✔";
    color: #1974d2;
    font-weight: bold;
    margin-right: 8px;
}

.custom-checklist-tick li:not(:last-child) {
    margin-bottom: 8px;
}

.custom-checklist-sheet {
    list-style: none;
    padding-left: 0;
}

.custom-checklist-sheet li::before {
    content: "📄";
    color: #1974d2;
    font-weight: bold;
    margin-right: 8px;
}

.custom-checklist-sheet li:not(:last-child) {
    margin-bottom: 8px;
}

.navbar-nav .nav-link {
  font-size: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  transition: color 0.3s ease;
}


.navbar-nav .nav-link.active {
  color: #41509a !important;
}


.navbar-nav .nav-link:hover {
  color: #41509a;
}


body {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
}
