:root {
  --coral: #a25f68;
  --moss: #3f4a39;
  --light: #f5f5f0;
  --spectra: #2e4f4f;
  --stone: #efefe7;
  --sage: #9ba88e;
  --terracota: #a6876b;
  --sand: #b2a98c;
  --moss-hover: #2c3328;

  --font-adogare: "Adogare", sans-serif;
  --font-adogare-italic: "Adogare Italic", sans-serif;
  --font-gill: "Gill Sans", sans-serif;
  --font-minion-italic: "Minion Pro Italic", serif;
}

@font-face {
  font-family: "Adogare";
  src: url("/fonts/Adogare.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Adogare Italic";
  src: url("/fonts/Adogare-Italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("/fonts/Gill-Sans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("/fonts/Gill-Sans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("/fonts/Gill-Sans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Minion Pro Italic";
  src: url("/fonts/Minion-Pro-Italic.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--light);
  font-family: var(--font-gill);
}

@media (min-width: 768px) {
  body {
    padding-top: 112px; /* to adjust body content for header height */
  }
}
.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 24px;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bg-coral {
  background-color: var(--coral);
}
.text-coral {
  color: var(--coral);
}

.bg-moss {
  background-color: var(--moss);
}
.text-moss {
  color: var(--moss);
}
.border-moss {
  border-color: var(--moss);
}

.bg-sage {
  background-color: var(--sage);
}
.text-sage {
  color: var(--sage);
}
.border-sage {
  border-color: var(--sage);
}

.bg-spectra {
  background-color: var(--spectra);
}
.text-spectra {
  color: var(--spectra);
}

.bg-light {
  background-color: var(--light);
}
.text-light {
  color: var(--light);
}
.border-light {
  border-color: var(--light);
}

.bg-stone {
  background-color: var(--stone);
}
.text-stone {
  color: var(--stone);
}

.bg-terracota {
  background-color: var(--terracota);
}
.border-terracota {
  border-color: var(--terracota);
}
.text-terracota {
  color: var(--terracota);
}

.bg-sand {
  background-color: var(--sand);
}
.text-sand {
  color: var(--sand);
}

.font-adogare {
  font-family: var(--font-adogare);
}
.font-adogare-italic {
  font-family: var(--font-adogare-italic);
}
.font-gill {
  font-family: var(--font-gill);
}
.font-minion-italic {
  font-family: var(--font-minion-italic);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* the rich text styyling for policy pages */

.richtext h1 {
  font-size: 30px;
  font-family: var(--font-adogare);
}

.richtext h2 {
  font-size: 24px;
}

.richtext h3 {
  font-size: 22px;
}

.richtext h4 {
  font-size: 20px;
}

.richtext h5 {
  font-size: 18px;
}

.richtext h6 {
  font-size: 16px;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
  color: var(--moss);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.richtext p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--moss);
  font-weight: lighter;
}

.richtext ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--moss);
}

.richtext li {
  margin-bottom: 0.25rem;
}

.richtext a {
  color: var(--moss);
  text-decoration: underline;
}

.richtext a:hover {
  color: var(--terracota);
}

.richtext strong {
  font-weight: 500;
}

.richtext ul,
.richtext ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.richtext ul {
  list-style-type: disc;
}

.richtext ol {
  list-style-type: decimal;
}

.richtext li {
  margin-bottom: 0.5rem;
}

.richtext a {
  color: var(--moss);
  text-decoration: underline;
  font-style: italic;
}

.richtext a:hover {
  color: var(--terracota);
}

.richtext strong {
  font-weight: 600;
}

.richtext em {
  font-style: italic;
}

.richtext blockquote {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 4px solid var(--terracota);
  font-style: italic;
  color: var(--moss);
  opacity: 0.85;
}

.richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
}

.richtext hr {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #ddd;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.scroll-left {
  animation: scroll-left 40s linear infinite;
}
.scroll-right {
  animation: scroll-right 40s linear infinite;
}
.scroll-up {
  animation: scroll-up 40s linear infinite;
}
.scroll-down {
  animation: scroll-down 40s linear infinite;
}

.paused {
  animation-play-state: paused !important;
}

#blog-content h2,
.scrollable-section {
  scroll-margin-top: 140px;
}

@media screen and (max-width: 768px) {
  #CookiebotWidget {
    display: none;
  }
}
