body {
    text-underline-offset: 2px;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

a {
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--gold);
}

ul {
    padding-inline-start: 22px;
}
.brxe-text > *:first-child {
    margin-top: 0px;
}
.brxe-text > *:last-child {
    margin-bottom: 0px;
}

/* for intro animation */
/* Prevent scroll */
.disable-scroll {
    overflow: hidden;
    touch-action: none;
    height: 100vh;
    pointer-events: none;
}

.brx-popup {
    transition: all 0.3s ease-in-out !important;
}
.brx-popup.hide .brx-popup-content {
    visibility: inherit;
    opacity: inherit;
    pointer-events: inherit;
}
.brx-popup .brx-popup-content {
    transition: all 0.4s ease-in-out 0.5s !important;
}
