@font-face {
  font-family: "HeimatMonoWeb";
  src: url(HeimatMonoWeb-SemiBold.woff);
}

* {
    background-color: #fce8eb;
    ;
}

body {
    max-width: 952px;
    margin: auto;
    padding: 2rem 1rem;
}


h1 {
    font-family: "HeimatMonoWeb", sans-serif;
    font-size: 3.75rem;
    line-height: 4rem;
}

p {
    font-family: "HeimatMonoWeb", sans-serif;
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin: 0;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
}


.dot-divider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-family: "HeimatMonoWeb", sans-serif;
    font-size: 1.875rem;
    line-height: 1;
}

@media (max-width:500px) {
    h1 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }

    p {
        font-size: 1.5rem;
        line-height: 1.9rem;
        margin: 0;
    }

    .content {
        gap: 2rem;
        padding: 2rem 0;
    }

    .dot-divider {
        font-size: 1.4rem;
    }
}