@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;700;900&display=swap");
:root {
  --deb-primary: #2A7A6B;
  --deb-accent: #B5956A;
  --deb-bg: #F5F0E8;
  --deb-text: #2E2A26;
  --deb-text-dark: #F5F0E8; }

body, #encore-theme {
  margin: 0 !important;
  padding: 0 !important;
  background-color: var(--deb-bg) !important;
  color: var(--deb-text) !important; }

div[id^="deb-"] {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

div[id^="deb-"]:first-of-type {
  border-top: none; }

.hidden--desktop {
  display: none !important; }

@media (max-width: 767px) {
  .hidden--mobile {
    display: none !important; } }
