@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter.woff2') format('woff2'),
         url('../fonts/inter.woff') format('woff');
         url('../fonts/inter.ttf') format('ttf');
}
body,h1,h2,h3,a {font-family: 'Inter', sans-serif}

h4 {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

h5 {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

h6 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
}

h1 {font-family: 'Poppins', Arial}