.anton-regular {
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
}

.raleway-400 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.raleway-700 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.raleway-800 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

body {
    background-color: #385CAD;
    background-color: linear-gradient(90deg, rgba(30, 45, 63, 1) 0%, rgba(50, 73, 104, 1) 50%, rgba(30, 45, 63, 1) 100%);
}

.swal2-confirm{
    background-color: #32A5DF !important;
}