@font-face {
    font-family: "Tactic Sans Extended";
    src: url("/fonts/TacticSansRegular.woff");
    font-weight: regular;
}

@font-face {
    font-family: "Tactic Sans Extended";
    src: url("/fonts/TacticSansRegular.woff");
    font-weight: regular;
}

@font-face {
    font-family: "Tactic Sans Extended";
    src: url("/fonts/TacticSansLight.woff");
    font-weight: light;
}

@font-face {
    font-family: "Tactic Sans Extended";
    src: url("/fonts/TacticSansBold.woff");
    font-weight: bold;
}

:root {
    font-size: 16px;

    --Grey: #888;
    --Orange: #FF5400;
    --Light-grey: #292929;
    --Semilight-grey: #404040;
    --Dark-grey: #060606;
    --text-color: #fff;
    --input-grey: #484848;
    --input-text-color: #a6a6a6;
    --brad-sm: .125rem;
}

#app {
    font-family: Montserrat;
    color: var(--text-color)
}

#app,
#app .content-wrapper {
    background-color: var(--Light-grey);
}

#app h1 {
    color: var(--text-color);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
}

#app .content,
#app .content-header,
#app .container-fluid {
    padding: 0;
}

#app .content-wrapper {
    padding: 1.5rem 1.25rem;
}
#app .content {
    margin-top: 1rem;
}

#app .nav-pills .nav-link:not(.active):hover {
    color: var(--Orange)
}