@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.twc-calidc * {
font-family: 'Montserrat', 'Verdana', 'Geneva', 'Tahoma', sans-serif;
}
.twc-calidc h1 {
font-size: 21px;
line-height: normal;
}
button {
background-color: #5e0d8b !important;
border-radius: 50px !important;
text-transform: uppercase;
}
button:hover {
opacity: 0.85;
transition: 0.1s opacity linear;
}