.handwrite{font-family: 'Pacifico', cursive;}
*, p, span, a, h1, h2, h3, h4, h5, b, button, input{font-family: 'Inter', sans-serif;}
a, a:hover, a:focus, a:active, button, button:focus, button:active, label, label:focus, label:active { outline: none !important}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
*:not(input){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
label:not(input){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
@supports (-webkit-touch-callout: none) {
    .h-screen {
    height: -webkit-fill-available;
    }
}
progress::-moz-progress-bar { background: rgb(168 85 247); }
progress::-webkit-progress-value { background: rgb(168 85 247); }
progress { color: rgb(168 85 247); }
.viewport::-webkit-scrollbar {
    display: none;
}
.viewport{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.fancybox-close-small{display:none;}
.hideTextBlock {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
.hideTextBlock::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(transparent, #18181b);
    pointer-events: none;
}
.showContent {
    max-height: none;
    overflow: visible;
}
.showContent::after {
    display: none;
}
@font-face {
    font-family: 'NauryzRedKeds';
    src: url(/includes/css/NauryzRedKeds.ttf);
}
.cutetext{
    font-family: 'NauryzRedKeds';
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top:0.75rem;
}