@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-VariableFont_opsz,wght.ttf');
}

@media(max-width:770px) {
  .h1_div h1 {
    font-size: 32px !important;
  }

  footer {
    margin-bottom: 40px !important;
  }

}