@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;1,9..144,300&family=Syne:wght@400;600;700&display=swap');

:root {
  --accent: #c85a2e;
  --accent-dark: #8c3515;
  --accent-warm: #e87c54;
  --bg-warm: #fdf6f0;
  --bg-deep: #2b1a10;
  --text-main: #1c0f07;
  --text-mid: #6b3d22;
  --border-warm: #e8c9b0;
}

.u-body {
  font-family: 'Syne', sans-serif !important;
  color: var(--text-main) !important;
  background-color: var(--bg-warm) !important;
}

.u-header {
  background-color: var(--bg-warm) !important;
  border-bottom: 2px solid var(--border-warm) !important;
}

.u-text-palette-1-base {
  color: var(--accent) !important;
}

.u-section-1,
.u-section-3 {
  background-color: #faeee4 !important;
}

.u-grey-5 {
  background-color: #faeee4 !important;
}

.u-section-2,
.u-section-4,
.u-section-6 {
  background-color: var(--bg-warm) !important;
}

.u-section-5,
.u-section-7 {
  background-color: var(--accent) !important;
}

.u-section-8 {
  background-color: #faeee4 !important;
}

.u-palette-1-base,
.u-btn.u-palette-1-base,
.u-button-style.u-palette-1-base {
  background-color: var(--accent) !important;
  color: #ffffff !important;
  letter-spacing: 1.5px !important;
}

.u-hover-palette-1-dark-1:hover {
  background-color: var(--accent-dark) !important;
}

.u-palette-1-dark-3,
.u-footer.u-palette-1-dark-3 {
  background-color: var(--bg-deep) !important;
  color: #f5e8de !important;
}

.u-text-palette-1-light-3 {
  color: #c4937a !important;
}

h1, h2, h3,
.u-section-1 .u-text-1,
.u-section-3 .u-text-1,
.u-section-4 .u-text-1,
.u-section-6 .u-text-1,
.u-section-8 .u-text-1 {
  font-family: 'Fraunces', Georgia, serif !important;
  color: var(--text-main) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.u-section-1 .u-text-1 {
  font-size: 2.75rem !important;
  line-height: 1.1 !important;
}

.u-section-5 .u-text-1,
.u-section-7 .u-text-1 {
  font-family: 'Fraunces', Georgia, serif !important;
  color: #fff !important;
  font-weight: 700 !important;
}

h4, h5 {
  font-family: 'Syne', sans-serif !important;
  font-weight: 600 !important;
  color: var(--text-main) !important;
}

.u-section-5 h4,
.u-section-7 h4,
.u-section-5 h5,
.u-section-7 h5,
.u-section-5 p,
.u-section-7 p {
  color: rgba(255,255,255,0.9) !important;
}

p, .u-text-2 {
  font-family: 'Syne', sans-serif !important;
  font-weight: 400 !important;
  color: var(--text-mid) !important;
  line-height: 1.7 !important;
}

.u-border-grey-15 {
  border-color: var(--border-warm) !important;
}

.u-list-item,
.u-repeater-item {
  background-color: var(--bg-warm) !important;
}

.u-gradient {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.12), rgba(255,255,255,0.04)) !important;
}

.u-input-rectangle {
  border-color: var(--border-warm) !important;
  background-color: #fff !important;
}

.u-section-1 .u-image-1 {
  background-image: url("images/arenfgn.png") !important;
}

.u-section-3 .u-image-1 {
  background-image: url("images/dcvdsbdb.png") !important;
}

.u-small-text {
  color: #c4937a !important;
}
