h1, l {
    @apply font-linden
}


html.contact {   
    @apply bg-offwhite;
}

html.contact, body.contact{
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-header {
    @apply  text-offblack text-p-big-mobile text-center md:text-p-big-laptop flex justify-center px-4 py-8 md:pb-12
}


#fabric-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}

#email-link {
    text-decoration: underline;
    text-underline-offset: 4px;
}



.form-field {
    @apply px-4 py-2 border border-offblack rounded-lg w-full bg-offwhite
}


/* 
input, textarea {
    background-color: #fcf8e8;
} */