
/*
text and heading
*/

b {
   font-weight: bold;
   font-family: inherit;
   font-size: inherit;
   color: inherit;
 }
 
 .highlight {

   color: var(--highlight-color)!important;
 }

 .highlight-b {

  color: var(--highlight-b-color)!important;
}
 
 h1 {
   position: relative;
   display: block;
   font-style: normal;
   font-weight: normal;
   font-size: 60px;
   line-height: 120%;
   letter-spacing: -1px;
   color: var(--text-color);
   font-weight: 300;
 }
 
 h2 {
   position: relative;
   display: block;
   font-style: normal;
   font-weight: 300;
   font-size: 40px;
   line-height: 100%;
   letter-spacing: -1px;
   color: var(--text-color);
 }


 
 h3 {
   position: relative;
   display: block;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 120%;
   letter-spacing: -1px;
   color: var(--text-color);
   font-weight: 200;
 }

 h3.larger {
  font-size: 27px;
  line-height: 100%;
}
 
 h4 {
   position: relative;
   display: block;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 120%;
   letter-spacing: -1px;
   color: var(--text-color);
 }

 h5 {
   position: relative;
   display: block;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 120%;
   letter-spacing: -1px;
   color: var(--text-color);
}

p,
span,
.text-1,
text {
   position: relative;
   display: block;
   font-style: normal;
   font-weight: 200;
   font-size: 14px;
   line-height: 120%;
   color: var(--text-color);
}

p.small,
span.small,
text.small {
  font-size: 12px;
}

p.big,
span.big,
text.big {
  font-size: 17px;
}
 
