:root {
--edigit-blue: #52789F;
--edigit-blue-light: #6F91B2;
--navy: var(--edigit-blue);
--navy-light: var(--edigit-blue-light);
--wine: #800020;
--wine-light: #A72B4D;
--teal: #0B9AAA;
--cream: #F7F4EF;
--light: #F5F7FA;
--white: #FFFFFF;
--dark: #172033;
--muted: #667085;
--border: #E5E9EF;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--dark);
  background-color: var(--white);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

a {
  text-decoration: none;
}

.section-space {
  padding: 100px 0;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
}

.section-description {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
