@font-face {
    font-family: 'Recoleta';
    src: url('fonts/recoleta-medium-webfont.woff2') format('woff2'),
    url('fonts/recoleta-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    background-image: url('img/app-background.svg');
    background-repeat: repeat;
    color: #1C1917;

    -webkit-font-smoothing: antialiased;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25vh;
}

h1 {
    font-family: 'Recoleta', serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin: 2rem 0 1.5rem;
}

p {
    color: #737373;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.15px;
    text-align: center;
    margin: 0;
}
