html body section {
    font-family: "Pinyon Script", cursive !important;
    font-size: 1.5rem;
}
.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.cormorant{
    font-family: "Cormorant Garamond",sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.u-logo-responsive{
    width: 10rem !important;
    height: 6rem !important;
}

@media (max-width: 575px) {
    .u-logo-responsive{
        width: 6rem !important;
        height: 4rem !important;
    }
}
