* {
    font-family: var(--font);
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    line-height: 1.1;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
}

body {
    cursor: default;
    margin: 0;
}

.wrapper {
    overflow: hidden;
}

img,
iframe {
    max-width: 100%;
}

a[href] {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

.lazyloaded {
    height: auto;
    width: auto;
}

.block-with-carousel.loading {
    min-height: 200px;
}

.block-with-carousel.loading > * {
    display: none;
}
