/* Font for Titles */
@font-face {
  font-family: 'TitleFont';
  src: url('minecraftia.css') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font for Body */
@font-face {
  font-family: 'BodyFont';
  src: url('vhs-vcr-osd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply to HTML elements */
body {
  font-family: 'BodyFont', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TitleFont', sans-serif;
}
