@font-face {
    font-family: "Timeburner";
    font-weight: 400;
    src: url(../fonts/Timeburner.woff2);
}

@font-face {
    font-family: "Timeburner";
    font-weight: 600;
    src: url(../fonts/TimeburnerBold.woff2);
}

/* Logo Style Overrides */
.header .logo img {
  max-height: 4em !important;
  margin-top: -0.5em;
}

.header .logo h1 {
    color: gold !important;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.sitename {
    font-family: "Timeburner", sans-serif;
    font-weight: 600;
    font-size: 2rem;
}