

.bundle-header {
    color: var(--dim-white);
    font-size: 25px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
    line-height: normal;
}

.stacks span {
    background-color: var(--header-text);
    color: black;
    border-radius: 5px;
    padding: 0px 15px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: bold;
    line-height: 2.0;
}


.pack {
    color: var(--dim-white);
    font-size: 25px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
    line-height: normal;
}

/* Larger font for course headers */
.accordion-header.course-header .accordion-button {
    font-size: 1.4rem;
}

/* Slightly smaller font for video headers */
.accordion-header.video-header .accordion-button {
    font-size: 1.1rem;
}

.custom-accordion-btn:not(.collapsed) {
    background-color: var(--cool-blue) !important;
    color: var(--licorice) !important;
}

.watch-video-btn {
    background-color: var(--header-text)!important;
    color: var(--licorice) !important;
    border: 1px solid var(--licorice) !important;
    font-weight: bold;
}

.btn-25px {
    color: var(--jaguar)!important;
    font-family: "Architects Daughter", Architects Daughter, Arial, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 200;
}