@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'IvyPresto Display';
  src: url('/static/seller/fonts/Ivy-Presto-Text-.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth; /* Плавная прокрутка при переходе */
}

* {
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
}

li {
    list-style: none
}

.buttonActive:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease;
    cursor: pointer;

}