@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('inter-v20-latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('inter-v20-latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('inter-v20-latin-ext-800.woff2') format('woff2');
}

body,input,textarea,select{
    font-family:'Inter',Arial,Helvetica,sans-serif;
    font-weight: 400;
}

strong,b,.bold{font-weight:700;}
h1,h2,h3,h4,h5,h6{font-weight:400;}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold{font-weight:800;}


