body {
  font-family: var(--ff-s);
  font-size: var(--fs);
  }
 
.text-light {
  font-weight: 300;
  font-style: normal;
  }
 
em {
  font-weight: 400;
  font-style: italic;  
  }

.semibold {
  font-weight: 600;
  font-style: normal;  
  }
   
strong {
  font-weight: 700;
  font-style: normal;
  }
   
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  }
   
h1 {
  font-size: var(--fs-xxlg);
  }
h1.page-title {
  margin-top: 0;
  }
 
p {
  margin-block-start: 0;
  margin-block-end: var(--spc);
  }