.bg-dark-blue {
    background: #030067 !important;
}
.bg-light-blue {
    background: #b9fdff !important;
}
.bg-gradient-orange {
    background-image: linear-gradient(45deg, #fc712c 0%, #f28329 35%, #deaf2d 100%);
}

.text-light-blue {
    color: #b9fdff !important;
}
.text-dark-blue {
    color: #030067 !important;
}
.main-nav .nav-link {
    color: white !important;
    border-bottom: 3px solid transparent;
}
.main-nav .nav-link:hover {
    border-bottom: 3px solid white;
}
.noto-serif-regular {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-variation-settings: "wdth" 100;
}
.noto-serif-medium {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-variation-settings: "wdth" 100;
}
.playball-regular {
  font-family: "Playball", serif;
  font-weight: 400;
  font-style: normal;
}
.footer-link {
    color: #b9fdff !important;
    text-decoration: none !important;
}
.footer-link:hover {
    color: #8fd9db !important;
    text-decoration: none !important;
}