@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
}
  
html, body, #root {
    height: 100%;
}

.list-label {
    font-size: 1.5rem;
    font-weight: bold;
  }

@media screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px !important;
    }
    .logo32 {
        width: 2rem !important;
        height: 2rem !important;
    }
}
