:root {
  --e-global-color-uc_primary: #0b3d5c;
  --e-global-color-uc_accent: #00a9a5;
  --e-global-color-uc_highlight: #e8f6f5;
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  color: #1f2a37;
}

.elementor-button.elementor-size-md {
  border-radius: 999px;
  font-weight: 700;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #0b3d5c;
}

.uc-fallback-topbar {
  background: #071f30;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.uc-fallback-topbar__inner,
.uc-fallback-header__inner,
.uc-fallback-footer__inner {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.uc-fallback-header {
  background: #fff;
  border-bottom: 1px solid #d9e3ea;
  padding: 18px 0;
}

.uc-fallback-header a,
.uc-fallback-footer a {
  text-decoration: none;
}

.uc-fallback-footer {
  background: #071f30;
  color: rgba(255, 255, 255, 0.9);
  padding: 40px 0 20px;
}

.uc-fallback-btn {
  display: inline-block;
  background: #00a9a5;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin-left: 8px;
}
