@font-face {
  font-family: 'Gasman';
  src: url('../fonts/gasman.woff2') format('woff2'),
       url('../fonts/gasman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Shows fallback text while the custom font loads */
}

body {
  font-family: 'Gasman', sans-serif;
}