body {
  font-family: 'Inter', sans-serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--grey-dark);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 36rem;
  margin-bottom: 16rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
p {
  margin-top: 16rem;
  margin-bottom: 16rem;
}


h1, .h1 {
   font-size: 46rem;
  line-height: 130%
}
 

h2, .h2 {
   font-size: 32rem;
  line-height: 130%
}
 
h3, .h3 {
   font-size: 24rem;
  line-height: 130%
}
 
h4, .h4 {
   font-size: 20rem;
  line-height: 130%
}
 
h5, .h5 {
   font-size: 18rem;
  line-height: 130%
}
 
h6, .h6 {
   font-size: 16rem;
  line-height: 130%
}
 
.body-Base  {  font-size: 16rem;
  line-height: 130%
}
 
.small-base, .captain   {  font-size: 14rem;
  line-height: 130%
}
 
p {  
  font-size: 16rem;
  line-height: 140%;
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.lead, .lead * {  
  font-family: 'Poppins', sans-serif;
  font-size: 20rem;
  line-height: 140%;
  font-weight: 300;
}

.small {
  font-size: 14rem;
  line-height: 140%
}

.xsmall {
  font-size: 12rem;
  line-height: 140%
}

.h7 {
   font-size: 14rem;
  line-height: 130%
}

ul   {  font-size: 16rem;
  line-height: 150%
}


/* Clubs */
.h-border {
  position: relative;
}


.h-border::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 100rem;
  border: 3px solid var(--teal);
}

@media (max-width: 1023px) {
.m-h1 {
   font-size: 46rem;
}

.m-h2 {
   font-size: 32rem;
}
 
.m-h3 {
   font-size: 24rem;
}
 
.m-h4 {
   font-size: 20rem;
}
 
.m-h5 {
  font-size: 18rem;
}
 
.m-h6 {
  font-size: 16rem;
}

.m-h7 {
 font-size: 14rem;
}

.m-small {
  font-size: 12rem;
}

.m-xsmall {
  font-size: 10rem;
}

}