.rounded-2xlplus {
    border-radius: 1.25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lgplus {
    border-radius: .625rem
}

.hide-webkit-spin-buttons {
    appearance: textfield;
"&::-webkit-inner-spin-button": {
    -webkit-appearance: none;
    margin: 0;
},
"&::-webkit-outer-spin-button": {
    -webkit-appearance: none;
    margin: 0;
}
}

.break-anywhere {
    overflow-wrap: anywhere;
}

.aspect-event-image {
    aspect-ratio: 5 / 2;
}

.aspect-event-image-portrait {
    aspect-ratio: 28 / 37
}

.sticky-fix {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
