@font-face {
  font-family: 'Nunito';
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/nunito/Nunito-Light.ttf') format('truetype');
}


@font-face {
  font-family: 'Nunito';
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito/Nunito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito/Nunito-Bold.ttf') format('truetype');
}

body h2 {
    font-size: 37px;
}

body .basic-grid-item {
    flex-direction: row;
}