@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;800&display=swap";

/* Reset & Normalize */
body,
h1,
h2,
h3,
h4,
p,
svg {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #ff3e00;
}

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

p {
  color: #747476;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1rem;
}

strong {
  color: #000;
  font-weight: 800;
}

/* Custom Styles */
:root {
  font-family: "Manrope", sans-serif;
  color: #262626;
}

@media (max-width: 768px) {
  :root {
    font-size: 18px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/*
@media (max-width: 1000px) {
  :root {
    padding: 2rem;
  }
} */

.header-wrapper {
  height: 56px;
  margin-top: 24px;
}

.content-wrapper {
  margin: 1rem auto;
  max-width: 850px;
}

.content {
  margin-top: 5rem;
}

.heading {
  color: #c34c1d;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.5rem;
}

.title {
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 4.125rem;
}

.subtitle {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 2.125rem;
}
