[v-cloak] > * {
    display: none;
}
/*#app {*/
/*    background: #F4EDDA;*/
/*}*/
.v-slide-group__next > .v-icon, .v-slide-group__prev > .v-icon {
    color: #E1A9B6;
}
.toki-pink, .toki-pink .v-icon, .toki-pink > .v-list-item__title, .toki-pink > .v-list-item {
    color: #E1A9B6 !important;
}
@font-face {
    font-family: 'Vanilla';
    src: url('Vanilla.woff2') format('woff2'),
        url('Vanilla.woff') format('woff'),
        url('Vanilla.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#app * {
    font-family: 'Vanilla', Roboto, sans-serif !important;
}
.v-card__title {
    word-break: break-word;
}
.v-pagination__item, .v-pagination__navigation {
    box-shadow: none !important;
}
.v-pagination__item:not(.v-pagination__item--active), .v-pagination__navigation {
    background: none !important;
}
.cover {
    transition: transform 300ms;
}
.cover-hover {
    transform: translateY(.5rem);
}
.art {
    transition: transform 300ms;
}
.art-hover {
    transform: scale(1.05, 1.05);
}
@keyframes jiggle {
    0% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}
.jiggle {
    animation: 1s ease-in-out infinite alternate jiggle;
}
.text-h5 {
    word-break: break-word;
}
.comment {
    white-space: inherit !important;
    text-overflow: inherit !important;
}