@font-face {
    font-family: "NeueHaasGroteskTextPro";
    src: url("fonts/95ea534a-2fc2-4365-9df6-5530cbc58cdf.woff2") format("woff2"),
        url("Fonts/4b96e8db-6bb0-4bbf-8561-ad1668425256.woff") format("woff");
}
@font-face {
    font-family: "NeueHaasGroteskTextPro";
    font-weight: bold;
    src: url("fonts/40682817-6626-411d-a1a3-76035e8a5a0f.woff2") format("woff2"),
        url("Fonts/7eac4442-f81d-41ec-8517-bbe52aecfcbf.woff") format("woff");
}

body {
    font-family: NeueHaasGroteskTextPro, helvetica neue, helvetica, Ubuntu,
        roboto, noto, segoe ui, arial, sans-serif;
    display: flex;
    min-height: 100vh;
    align-items: center;
    font-weight: ;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

::selection {
    background: #27283d;
    color: #f8faff;
}

main {
    max-width: 20em;
    margin: 0 auto;
}

.form-group {
    margin: 1em 0;
}

h1 {
    margin-top: 0;
    font-size: 1.611rem;
}

h2 {
    font-size: 1.464rem;
}

h3 {
    font-size: 1.331rem;
}

h4 {
    font-size: 1.21rem;
}

h5 {
    font-size: 1.1rem;
}

small,
.text-small {
    font-size: 0.909rem;
}
