a:hover {
    color:#777777;
    text-decoration: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h0, h1, h2, h3, h4, h5, h6 {
    font-family: miller-display, serif;
}

.rich-text__text p {
    font-size: 15px;
}

.features-banners .title {
    font-family: brother-1816, sans-serif !important;
}

.hengam-preorder-badge {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.preorder-tooltip {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border:1px solid lightgrey;
    border-radius: 4px;
    position: absolute;
    font-size: 12px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    width: fit-content;
    pointer-events: none;
    cursor: pointer;
}

.preorder-tooltip.show-tooltip {
    visibility: visible;
    opacity: 1;
    left: 0;
    cursor: pointer;
    z-index: 100;
}