.customfont {
    font-family: Fancake;
    src: url("./Fancake.otf") format("opentype");
}

.card a {
    text-decoration: none;
    color: var(--bs-heading-color);
}
.card a.btn {
    color: var(--bs-btn-color);
}

.cardDisabled {
    background-color: rgba(245, 245, 245, 1);
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}
.cardDisabled:hover {
    cursor: not-allowed;
    pointer-events: none;
}