html {font-size: 16px;}

body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.65;
}

p, ul, li, a {
  font-size: 1em;
  font-weight:  500;
}

a {
  text-decoration: none;
  color: #0289cb;
  font-size: 1em;
  font-weight:  500;
}

b {
 font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.15;
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h1,
.text-size-h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 2.49em;
  margin-bottom: 20px;
}

h2,
.text-size-h2 { font-size: 2.07em; }

h3,
.text-size-h3 { font-size: 1.73em; }

h4,
.text-size-h4 { font-size: 1.44em; }

h5,
.text-size-h5 { font-size: 1.2em; }

.text-caption { font-size: 0.83em; }

small,
.text-small {
  font-size: 0.69em;
}     

@media only screen and (max-width: 980px) {
  h1,
  .text-size-h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.8em;
  }
  
  h2,
  .text-size-h2 { font-size: 1.6em; }
  
  h3,
  .text-size-h3 { font-size: 1.42em; }
  
  h4,
  .text-size-h4 { font-size: 1.27em; }
  
  h5,
  .text-size-h5 { font-size: 1.13em; }
  
  .text-caption { font-size: 0.89em; }
  
  small,
  .text-small {
    font-size: 0.79em;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .text-size-h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.38em;
  }
  
  h2,
  .text-size-h2 { font-size: 1.3em; }
  
  h3,
  .text-size-h3 { font-size: 1.21em; }
  
  h4,
  .text-size-h4 { font-size: 1.14em; }
  
  h5,
  .text-size-h5 { font-size: 1.07em; }
  
  .text-caption { font-size: 0.94em; }
  
  small,
  .text-small {
    font-size: 0.88em;
  }
}