/* ==================================================
   COCKTAILS FOR CRITTERS — GOLD HEADINGS
================================================== */

h1,h2,h3,h4,h5 {
    margin: 0;

    font-family: "tt-modernoir", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    text-align: center;

    background-color: #c58a4d;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.08)
        ),
        url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/Asset-1.webp");

    background-position: center;
    background-repeat: no-repeat;
    background-size: 180% auto;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    filter: drop-shadow(
        0 3px 0.5px rgba(70, 35, 10, 0.75)
    );
}
p{
    color:black;
}