html, body {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4F12C9;
}

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4F12C9;
}

h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4F12C9;
}

p {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #4F12C9;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

a:hover {
  border-bottom-color: #4F12C9;
}

a:focus {
  outline: 2px solid #4F12C9;
  outline-offset: 2px;
}

ul, ol {
  font-family: "Barlow", sans-serif;
  line-height: 1.7;
}

li {
  margin-bottom: 0.5em;
}

strong {
  font-weight: 600;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-links li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.footer-links a {
  color: #808080;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

.footer-links a:hover {
  border-bottom-color: #808080;
}

/* Remove any decorative arrows that might be added by global styles/plugins */
.footer-links a::after {
  content: none !important;
}