@font-face {
    font-family: "Obviously Normal";
    src: url(../fonts/Obviously-Regular.woff2) format("woff2"), url(../fonts/Obviously-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Normal";
    src: url(../fonts/Obviously-Medium.woff2) format("woff2"), url(../fonts/Obviously-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Normal";
    src: url(../fonts/Obviously-Semibold.woff2) format("woff2"), url(../fonts/Obviously-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Normal";
    src: url(../fonts/Obviously-Bold.woff2) format("woff2"), url(../fonts/Obviously-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Narrow";
    src: url(../fonts/Obviously-NarrowRegular.woff2) format("woff2"), url(../fonts/Obviously-NarrowRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Narrow";
    src: url(../fonts/Obviously-NarrowMedium.woff2) format("woff2"), url(../fonts/Obviously-NarrowMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Narrow";
    src: url(../fonts/Obviously-NarrowSemibold.woff2) format("woff2"), url(../fonts/Obviously-NarrowSemibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Narrow";
    src: url(../fonts/Obviously-NarrowBold.woff2) format("woff2"), url(../fonts/Obviously-NarrowBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Condensed";
    src: url(../fonts/Obviously-CondensedRegular.woff2) format("woff2"), url(../fonts/Obviously-CondensedRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Condensed";
    src: url(../fonts/Obviously-CondensedMedium.woff2) format("woff2"), url(../fonts/Obviously-CondensedMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Condensed";
    src: url(../fonts/Obviously-CondensedSemibold.woff2) format("woff2"), url(../fonts/Obviously-CondensedSemibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Obviously Condensed";
    src: url(../fonts/Obviously-CondensedBold.woff2) format("woff2"), url(../fonts/Obviously-CondensedBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body {
    font-family:"Obviously Normal";
    line-height: 1.6;
    color: #333;
    
    
    background-color: #fff;
}

.container {
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.logo-container {
    text-align: center;
    margin-bottom: 40px;
}

.logo {
    max-width: 282px;
    height: auto;
}

p, li{font-size: 15px; line-height: 150%;}

h1 {
    color: rgba(49, 62, 32, 1);
    text-align: center;
    margin-bottom: 10px;
    font-size: 90px;
    line-height: 90%;
    font-family: "Obviously Condensed";
    text-transform: uppercase;
}

.last-updated {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

h2 {
    color: rgba(49, 62, 32, 1);
    border-bottom: 2px solid #4a7c59;
    padding-bottom: 10px;
    margin-top: 40px 20px;
    font-family: "Obviously Condensed";
    font-size: 50px;text-transform: uppercase;
}

h3 {
    color: rgba(49, 62, 32, 1);
    margin-top: 30px;
    font-family: "Obviously Condensed";
    font-size: 40px;text-transform: uppercase;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

.contact-info {
    background-color: #f0f8f0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border-left: 4px solid #4a7c59;
}

.highlight {
    background-color: #f5e5da;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #f17800;
    margin: 20px 0;
}

a {
    color: rgba(49, 62, 32, 1);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.cookie-emoji {
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    h1{    font-size: 75px;}
}