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



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



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


.font-carter-one {
  font-family: 'CarterOne', cursive;
}



.font-patrick-hand-sc {
  font-family: 'PatrickHandSC', cursive;
}



.font-righteous {
  font-family: 'Righteous', cursive;
}

