@charset "UTF-8";

@font-face {
    font-family: 'SourceCode';
    font-style: normal;
    font-weight: 900;
    src: url('../src/font/sourcecode/SourceCodePro-Black.ttf');
}

@font-face {
    font-family: 'SourceCode';
    font-style: normal;
    font-weight: 200;
    src: url('../src/font/sourcecode/SourceCodePro-Light.ttf');
}

header > a,
.uk-navbar-nav > li > a,
.brown {
    color: #776045;
}

.uk-navbar-nav > li > a:hover,
.green {
    color: #A8C545;
}

.button-green {
    background-color: #A8C545 !important;
}

.button-green[disabled=disabled], .button-green:disabled {
    background-color: #dddddd !important;
}

header a, h2, h3 {
    font-family: "SourceCode", courrier, monospace;
    font-style: normal;
    font-weight: 200;
    color: #776045;
}

header span,
h2::first-letter,
h3::first-letter {
    font-weight: 900;
    font-size: 1.8em;
    color: #A8C545;
}

#stats {
    font-size: 90%;
}

th.tabspc, td.tabspc {
    border-left: 1px solid #A8C545;
}
