@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700;900&display=swap');

body {font-family: 'Work Sans', sans-serif;background-position: center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}

.bg {background-image: url(../../img/bg.png);}
.bg-plan {background-image: url(../../img/bg-plan.png);}
.btn-black {background-color: #000000;border-color: #000000;}
.rounded-1 {border-radius: 1rem !important;}
.rounded-end-1 {border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;}
.rounded-start-1 {border-top-left-radius: 1rem;border-bottom-left-radius: 1rem;}

.swal-footer, 
.swal-text {text-align: center;}
.swal-button {background-color: #000000;}