:root {
  --color-1: #938380;
  --color-2: #BDBFC7;
  --color-3: #B4B1BC;
  --color-dark: #5A545E;
  --color-light: #EBEDF5;
  --color-text: var(--color-dark);
  --fs-text: var(--wp--preset--font-size--medium);
  --border-radius: 12px;
  --ws-space: 15px;
}

@media (min-width: 992px) {
  :root {
    --ws-space: 30px;
  }
}

h2:first-child,
h3:first-child,
p:first-child {
  margin-top: 0;
}

ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

.wp-block-post-title {
  color: var(--color-1);
}

/* utilites - bootstrap like */
.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  
  .d-md-block {
    display: block !important;
  }
  
  .d-md-flex {
    display: flex !important;
  }
}
