@font-face {
    font-family: 'Inter UI';
    font-style:  normal;
    font-weight: 400;
    src: url("https://rsms.me/inter/font-files/Inter-UI-Regular.woff2?v=2.5") format("woff2"),
    url("https://rsms.me/inter/font-files/Inter-UI-Regular.woff?v=2.5") format("woff");
}

@font-face {
    font-family: 'Inter UI';
    font-style:  normal;
    font-weight: 500;
    src: url("https://rsms.me/inter/font-files/Inter-UI-Medium.woff2?v=2.5") format("woff2"),
    url("https://rsms.me/inter/font-files/Inter-UI-Medium.woff?v=2.5") format("woff");
}

body {
    font-family: 'Inter UI', sans-serif !important;
}

/* New version */

.background {
    background: linear-gradient(0deg, #164080 0%, #161E2C 100%);
}

.head h1 {
    color: #E6E7EA;
}

.head h5 {
    color: #ACBDD5;
    line-height: 1.9rem;
    font-weight: 100;
}

button {
    text-decoration: none;
    border: 3px solid #579DFF;
    background-color: Transparent;
    border-radius: 2rem;
    color: #FFFFFF;
    width: 10rem;
    margin: 0.3rem;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    text-transform: uppercase;
}

button:hover {
    background-color: #579DFF;
    text-decoration: none;
}

button:focus, button:active {
    text-decoration: none;
}

.text-black {
    color: #373D45;
}

.container p {
    color: #5F6E83;
    font-size: 1.3rem;
}

.container h2 {
    font-weight: 400;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.privacy-policy {
    color: #536276 !important;
    padding: 0!important;
    margin: 0!important;
    font-size: 0.9rem !important;
    font-weight: 100 !important;
}