@font-face {
    font-family: "primary";
    src: url("../fonts/Dekiru.ttf") format("truetype");
}

* {
    -webkit-overflow-scrolling: touch;
}

.font-primary {
    font-family: "primary";
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.multiline-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}

.btn-group .btn:hover {
    color: white;
}

.main-logo {
    max-height: 60px;
    max-width: 100%;
}

.main-logo.big {
    max-height: 150px;
}

.banner.main {
    width: 100%;
}

.banner.buy-item {
    max-width: 100%;
    max-height: 100px
}
