/* font-style */
.playfair{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.figtree{
  font-family: 'Figtree', sans-serif;
  font-size: clamp(11px, 1.1vw, 22px);
}
a{
  text-decoration: none;
}
/* font-size */

h1{
   font-size: clamp(40px, 3.9vw, 75px);
   font-family: 'Figtree', sans-serif;
  line-height: 100%;
   font-weight: 500;
}
h2, h5{
   font-size: clamp(32px, 3.1vw, 60px);
   font-family: 'Figtree', sans-serif;
   font-weight: 500;
  line-height: 100%;
}
h3, .title-cta, .faq-title-section{
   font-size: clamp(26px, 2.6vw, 50px);
   font-family: 'Figtree', sans-serif;
   font-weight: 500;
}
h4, .footer-title{
  font-family: 'Figtree', sans-serif;
  font-size: clamp(11px, 1.1vw, 22px);
  font-weight: 400;
}
.title-section{
    font-size: clamp(14px, 1.4vw, 28px);
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
}
.sub-title{
  margin-bottom: 6%;
    font-family: 'Catamaran', sans-serif;
    font-size: clamp(14px, 1.4vw, 28px);
    font-weight: 500;
}

.question-industries{
    font-family: 'Catamaran', sans-serif;
    font-size: clamp(14px, 1.4vw, 28px);
    font-weight: 500;
}
.footer-nav{
    font-size: clamp(13px, 1.3vw, 25px);
}
.title-news, .sub-title-country-about{
   font-family: 'Figtree', sans-serif;
    font-size: clamp(11px, 1.1vw, 22px);
    font-weight: 400;
}
.text-banner{
    font-family: 'Catamaran', sans-serif;
    font-size: clamp(11px, 1.1vw, 22px);
    font-weight: 400;
}
.text-link{
  font-family: 'Catamaran', sans-serif;
  font-size: clamp(11px, 1.1vw, 20px);
  font-weight: 400;
}
.date-news{
  font-family: 'Catamaran', sans-serif;
  font-size: clamp(9px, 0.94vw, 18px);
  font-weight: 300;
}

/*Font-weight  */
.semibold{
    font-weight: 600;
}
.medium{
  font-weight: 500;
}
.regular{
  font-weight: 400;
}
.light{
    font-weight: 300;
}
/* font-color */
.orange{
    color: #ED4F18;
}
.black{
    color: #283948;
}
.white{
    color: #ffffff;
}

.grey{
  color: #D1D1D1;
}

