@font-face {
    font-family: 'Sk-Modernist';
    src: url('../fonts/sk-modernist-bold-webfont.woff2') format('woff2');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sk-Modernist';
    font-weight: 300;
    font-style: normal;
}

h2 {
    font-size: 24px;
}

h3 {
    font-family: 'Sk-Modernist';
    font-size: 1.9rem;
    line-height: 1.3;
    letter-spacing: 0;
}

.intro {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
}

.intro-text {
    padding: 0 20px;
}

.content {
    max-width: 560px;
    margin: 0 auto;
}

.logo {
    margin-top: 50px;
}


.form-section {
    text-align: center;
}