/* fonts.css */

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Custom font class */
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.loopet {
  font-family: 'Playwrite DK Loopet', cursive;
  font-weight: 400;
}
