@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300&family=Outfit:wght@300;400;500&display=swap');

:root {
  --accent: #54557c;
  --accent-dark: #0d1117;
  --accent-hover: #2b2c57;
  --bg-dark: #0d1117;
  --bg-mid: #161c25;
  --bg-card: #1e2633;
  --text-main: #f0ece4;
  --text-muted: #8b95a8;
  --border: #2a3342;
}

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

.u-header {
  background-color: rgba(13, 17, 23, 0.96) !important;
  border-bottom: 1px solid var(--border) !important;
}

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

.u-section-1,
.u-section-3,
.u-section-5,
.u-section-7,
.u-section-8 {
  background-color: var(--bg-dark) !important;
}

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

.u-grey-5 {
  background-color: var(--bg-dark) !important;
}

.u-white {
  background-color: var(--bg-mid) !important;
}

.u-palette-1-base,
.u-btn.u-palette-1-base,
.u-button-style.u-palette-1-base {
  background-color: var(--accent) !important;
  color: #0d1117 !important;
  font-weight: 500 !important;
}

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

.u-palette-1-dark-3,
.u-footer.u-palette-1-dark-3 {
  background-color: #080b10 !important;
  color: var(--text-main) !important;
}

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

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

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

h4, h5, p, .u-text-2 {
  font-family: 'Outfit', sans-serif !important;
  color: var(--text-muted) !important;
}

h4 {
  color: var(--text-main) !important;
  font-weight: 400 !important;
}

.u-text-1, .u-section-2 .u-text-1, .u-section-4 .u-text-1, .u-section-5 .u-text-1, .u-section-6 .u-text-1, .u-section-7 .u-text-1, .u-section-8 .u-text-1 {
  color: var(--text-main) !important;
}

.u-section-5 .u-text-2, .u-section-7 .u-text-2 {
  color: #8b95a8 !important;
}

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

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

.u-gradient {
  background-image: linear-gradient(to bottom, var(--bg-card), #222e3d) !important;
}

.u-input-rectangle {
  background-color: var(--bg-card) !important;
  border-color: var(--border) !important;
  color: var(--text-main) !important;
}

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

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

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