/* Define the header font */
@font-face {
  font-family: 'HeaderFont';
  src: url('https://lilikoiamlin.neocities.org/fonts/resonix/Resonik/Resonik.otf') format('opentype');
}

/* Define the body font */
@font-face {
  font-family: 'BodyFont';
  src: url('https://lilikoiamlin.neocities.org/fonts/Kalibelo-Regular.ttf') format('opentype');
}

/* Apply header font to header tags */
h1, h2, h3, h4, h5, h6 {
  font-family: 'HeaderFont', times;
    border-collapse: separate;
  border-spacing: 0 10px;
}

/* Apply body font to body text */
p {
  font-family: 'BodyFont', arial;
  font-size: 12px;
}

footer {
  text-align:center;
}

.navbox{
  font-family: 'HeaderFont', times;
}

a{
  text-decoration: none;
}

