/*
Theme Name: main
*/

body {
    font-family: "Onest", sans-serif;
}

.modal__btn:hover {
	background-color: #63b0ff;
}

.sucess {display: none;}
.sucess.active {display: block;}