h1, h2 {
    font-weight: 700;
}
h3 {
    font-weight: 700;
    font-size: 1.2em;
}
.card-title {
    font-size: 1.2em;
    font-weight: 600;
}
.card-subtitle {
    font-size: 1.2em;
    font-weight: 300;
}
a {
    text-decoration: none;
    color: #0094CA; /* same as title background color */
}
a:hover {
    color: #006A95; /* darker shade for hover */
}
