@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-weight: 700;
  font-size: 61px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h2 {
  font-weight: 700;
  font-weight: bold;
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 400;
  font-size: 27px;
  color: #2A3647;
}

p {
  font-weight: 400;
  font-size: 16px;
}