:root {
  --primary-teal: #017c83;
  --primary-dark: #0a1b2f;
  --text-white: #ffffff;
  --text-black: #000000;
  --bg-light: #f5f5f5;
}

body {
  font-family: "Source Serif 4", serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: var(--primary-dark);
  overflow-x: hidden;
  font-optical-sizing: auto; /* recommended */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-padding {
  padding: 80px 20px;
}

/* Utility for merged images */
.merged-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.merged-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
