/* Exact solid colors from the supplied PowerPoint files. Original background
   images are preserved; typography.css refines individual text colors. */
:root{--green:#0B5C50;--deep:#0A4B40;--yellow:#FFE785;--cream:#FFF7CF;--gold:#FFD84A;--ink:#26433C}
body{font-family:'Source Sans 3',Arial,sans-serif}
h1,h2{font-family:'Lora',Georgia,serif;color:#0A4B40}
h3{font-family:'Source Sans 3',Arial,sans-serif;color:#0A4B40}
.rn-italic,.rn-bg-home-3 .rn-card h3{font-family:'Lora',Georgia,serif}
.rn-dark h1,.rn-dark h2{color:#FFF7CF}
.rn-dark h3,.rn-dark .rn-eyebrow{color:#FFD84A}
.rn-card{background:#FFF7CF}
.rn-note{background:#fff7cfb8}
.rn-hero .rn-note{background:#FFF7CF}
.rn-section,.rn-footer{background-size:100% 100%}
.rn-bg-about-2~.rn-section:not([class*='rn-bg-']):not(.rn-dark){background-color:#FFF2A5}
/* The source uses two sizes/families in the first home heading. */
.rn-home-heading-main{font-family:'Lora',Georgia,serif;font-size:2rem;font-weight:700}
.rn-home-heading-place{font-family:'Source Sans 3',Arial,sans-serif;font-size:1.2917rem;font-weight:400}
@media(max-width:800px){.rn-section,.rn-footer{background-size:cover}}
