@font-face {
  font-family: 'TextFont';
  src: url('/fonts/Afacad-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TitleFont';
  src: url('/fonts/BowlbyOneSC-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

body {
  font-family: 'TextFont', sans-serif;
}

h2, h3 {
    font-family: 'TitleFont', sans-serif;
}
