/* Custom Timber Brand Styles */
html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #8C5331;
  color: #FFFFFF;
}

.font-serif-heading {
  font-family: 'Playfair Display', serif;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #8C5331;
  box-shadow: 0 0 0 1px #8C5331;
}
