.heading1 {
    font-size: 70px;
    line-height: 1.13
}
.heading2 {
    font-size: 36px;
    line-height: 1.36
}
.body1 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.9
}
.c-nav-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(57 58 50 / var(--tw-text-opacity))
}
@media (min-width: 640px) {
    .c-nav-item {
        font-size: 1rem;
        line-height: 1.5rem
    }
}
.c-button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms
}
.c-button>a {
    display: inline-block;
    width: auto;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(127 128 65 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.c-button>a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(111 112 63 / var(--tw-bg-opacity))
}
