@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: 3em !important;
}

a.logo span {
    font-family: "Timeburner", sans-serif;
    color: gold !important;
    font-weight: 600;
    margin-top: 0.25em;
}