* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Carlito, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /* line-height: 1.6; */
  color: #000000;
  background: #ffffff;
}

/* Fonts */
p,
li {
  font-size: 1.125rem;
  line-height: 1.8;
}

h1 {
  font-family: Antonio, "Arial Black", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #000000;
}

h2 {
  font-family: Antonio, "Arial Black", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #000000;
}

h3 {
  font-family: Antonio, "Arial Black", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #d71d07;
}

h4 {
  font-family: Antonio, "Arial Black", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000000;
}

/* Main Content */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Responsive */
@media (max-width: 768px) {
  p,
  li {
    font-size: 1rem;
  }
  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 30px 15px;
  }
}
